diff options
| author | Kinfe123 <[email protected]> | 2024-06-21 13:15:15 +0300 |
|---|---|---|
| committer | Kinfe123 <[email protected]> | 2024-06-21 13:15:15 +0300 |
| commit | 14a82cf087f84aa3eab0b505d798f215769e05a2 (patch) | |
| tree | e8af7547e6162a0a6f05cca9b9af58cd6bf17525 /apps/web/migrations/000_setup.sql | |
| parent | widget (diff) | |
| download | archived-supermemory-14a82cf087f84aa3eab0b505d798f215769e05a2.tar.xz archived-supermemory-14a82cf087f84aa3eab0b505d798f215769e05a2.zip | |
feat: landing page revamp init
Diffstat (limited to 'apps/web/migrations/000_setup.sql')
| -rw-r--r-- | apps/web/migrations/000_setup.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/migrations/000_setup.sql b/apps/web/migrations/000_setup.sql index db7f9444..8a076f73 100644 --- a/apps/web/migrations/000_setup.sql +++ b/apps/web/migrations/000_setup.sql @@ -77,4 +77,4 @@ CREATE INDEX `spaces_user_idx` ON `space` (`user`);--> statement-breakpoint CREATE INDEX `storedContent_url_idx` ON `storedContent` (`url`);--> statement-breakpoint CREATE INDEX `storedContent_savedAt_idx` ON `storedContent` (`savedAt`);--> statement-breakpoint CREATE INDEX `storedContent_title_idx` ON `storedContent` (`title`);--> statement-breakpoint -CREATE INDEX `storedContent_user_idx` ON `storedContent` (`user`);
\ No newline at end of file +CREATE INDEX `storedContent_user_idx` ON `storedContent` (`user`); |