Expand KOC LOOP MCP operations
This commit is contained in:
9
drizzle/0008_worried_ultimatum.sql
Normal file
9
drizzle/0008_worried_ultimatum.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE `mcp_export_tokens` (
|
||||
`token_hash` text PRIMARY KEY NOT NULL,
|
||||
`kind` text NOT NULL,
|
||||
`payload` text NOT NULL,
|
||||
`expires_at` text NOT NULL,
|
||||
`created_at` text DEFAULT CURRENT_TIMESTAMP NOT NULL
|
||||
);
|
||||
--> statement-breakpoint
|
||||
CREATE INDEX `mcp_export_tokens_expires_at_idx` ON `mcp_export_tokens` (`expires_at`);
|
||||
1156
drizzle/meta/0008_snapshot.json
Normal file
1156
drizzle/meta/0008_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -57,6 +57,13 @@
|
||||
"when": 1786069402457,
|
||||
"tag": "0007_fantastic_sentinels",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 8,
|
||||
"version": "6",
|
||||
"when": 1786082929799,
|
||||
"tag": "0008_worried_ultimatum",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user