From 9a5e879a62336a3fcf2d10cab64ed030d5810cc2 Mon Sep 17 00:00:00 2001 From: Dhravya Date: Sun, 30 Jun 2024 18:22:34 -0500 Subject: ensure useriD while saving --- apps/web/migrations/cmd.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 apps/web/migrations/cmd.sql (limited to 'apps/web/migrations/cmd.sql') diff --git a/apps/web/migrations/cmd.sql b/apps/web/migrations/cmd.sql new file mode 100644 index 00000000..72297069 --- /dev/null +++ b/apps/web/migrations/cmd.sql @@ -0,0 +1 @@ +CREATE UNIQUE INDEX `storedContent_baseUrl_unique` ON `storedContent` (`baseUrl`); \ No newline at end of file -- cgit v1.2.3