feat(core): rework workspace integration and adaptor interface (#15895)

This commit is contained in:
James Long 2026-03-03 21:35:38 -05:00 committed by GitHub
parent e79d41c70e
commit 7f37acdaaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 1720 additions and 580 deletions

View file

@ -0,0 +1,5 @@
ALTER TABLE `workspace` ADD `type` text NOT NULL;--> statement-breakpoint
ALTER TABLE `workspace` ADD `name` text;--> statement-breakpoint
ALTER TABLE `workspace` ADD `directory` text;--> statement-breakpoint
ALTER TABLE `workspace` ADD `extra` text;--> statement-breakpoint
ALTER TABLE `workspace` DROP COLUMN `config`;

File diff suppressed because it is too large Load diff