Skip to content

Commit 68afdaa

Browse files
authored
feat(core): add workspace_id to session table (anomalyco#15410)
1 parent 46cef28 commit 68afdaa

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)