Skip to content

Commit 3ee1653

Browse files
authored
feat(core): add workspace_id to session table (#15410)
1 parent fcd733e commit 3ee1653

5 files changed

Lines changed: 1052 additions & 1 deletion

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE `session` ADD `workspace_id` text;--> statement-breakpoint
2+
CREATE INDEX `session_workspace_idx` ON `session` (`workspace_id`);

0 commit comments

Comments
 (0)