Skip to content

Commit 7f37acd

Browse files
authored
feat(core): rework workspace integration and adaptor interface (anomalyco#15895)
1 parent e79d41c commit 7f37acd

23 files changed

Lines changed: 1614 additions & 474 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ALTER TABLE `workspace` ADD `type` text NOT NULL;--> statement-breakpoint
2+
ALTER TABLE `workspace` ADD `name` text;--> statement-breakpoint
3+
ALTER TABLE `workspace` ADD `directory` text;--> statement-breakpoint
4+
ALTER TABLE `workspace` ADD `extra` text;--> statement-breakpoint
5+
ALTER TABLE `workspace` DROP COLUMN `config`;

0 commit comments

Comments
 (0)