summaryrefslogtreecommitdiffhomepage
path: root/packages/console/core/migrations/20251002175032_nice_dreadnoughts/migration.sql
blob: 60c7f8691cce24d3b814f3205d8e178de6d0705f (plain)
1
2
3
ALTER TABLE `user` ADD `account_id` varchar(30);--> statement-breakpoint
ALTER TABLE `user` ADD `old_account_id` varchar(30);--> statement-breakpoint
ALTER TABLE `user` ADD CONSTRAINT `user_account_id` UNIQUE(`workspace_id`,`account_id`);