feat(core): add workspace_id to session table (#15410)

This commit is contained in:
James Long 2026-02-28 22:09:53 -05:00 committed by GitHub
commit 3ee1653f40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1052 additions and 1 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE `session` ADD `workspace_id` text;--> statement-breakpoint
CREATE INDEX `session_workspace_idx` ON `session` (`workspace_id`);

File diff suppressed because it is too large Load diff