We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c48d9 commit 19b38d9Copy full SHA for 19b38d9
3 files changed
packages/db/migrations/0002_add-share-token.sql
@@ -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