Skip to content

Commit 19b38d9

Browse files
committed
DB migrations
1 parent 89c48d9 commit 19b38d9

3 files changed

Lines changed: 468 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)