aboutsummaryrefslogtreecommitdiff
path: root/apps/web/migrations/cmd.sql
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-06-30 18:22:34 -0500
committerDhravya <[email protected]>2024-06-30 18:22:34 -0500
commit9a5e879a62336a3fcf2d10cab64ed030d5810cc2 (patch)
tree98fc80974174a973b942e5a016677be0c99fce01 /apps/web/migrations/cmd.sql
parentsearch endpoint (diff)
downloadsupermemory-9a5e879a62336a3fcf2d10cab64ed030d5810cc2.tar.xz
supermemory-9a5e879a62336a3fcf2d10cab64ed030d5810cc2.zip
ensure useriD while saving
Diffstat (limited to 'apps/web/migrations/cmd.sql')
-rw-r--r--apps/web/migrations/cmd.sql1
1 files changed, 1 insertions, 0 deletions
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