diff options
| author | Dhravya <[email protected]> | 2024-06-30 18:22:34 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-06-30 18:22:34 -0500 |
| commit | 9a5e879a62336a3fcf2d10cab64ed030d5810cc2 (patch) | |
| tree | 98fc80974174a973b942e5a016677be0c99fce01 /apps/web/migrations/cmd.sql | |
| parent | search endpoint (diff) | |
| download | supermemory-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.sql | 1 |
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 |