feat: first round of mcp standalone server
This commit is contained in:
14
drizzle/0007_closed_sabretooth.sql
Normal file
14
drizzle/0007_closed_sabretooth.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
CREATE TABLE `db_notifications` (
|
||||
`id` integer PRIMARY KEY AUTOINCREMENT NOT NULL,
|
||||
`entity` text NOT NULL,
|
||||
`entity_id` text NOT NULL,
|
||||
`action` text NOT NULL,
|
||||
`from_cli` integer DEFAULT 1 NOT NULL,
|
||||
`seen_at` integer,
|
||||
`created_at` integer NOT NULL
|
||||
);
|
||||
--> statement-breakpoint
|
||||
ALTER TABLE `scripts` ADD `status` text DEFAULT 'published' NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE `scripts` ADD `content` text;--> statement-breakpoint
|
||||
ALTER TABLE `templates` ADD `status` text DEFAULT 'published' NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE `templates` ADD `content` text;
|
||||
1109
drizzle/meta/0007_snapshot.json
Normal file
1109
drizzle/meta/0007_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -50,6 +50,13 @@
|
||||
"when": 1772213213016,
|
||||
"tag": "0006_yummy_scorpion",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 7,
|
||||
"version": "6",
|
||||
"when": 1772301340810,
|
||||
"tag": "0007_closed_sabretooth",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user