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
parent fcd733e3d6
commit 3ee1653f40
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