chore(monorepo/server): missing initialization data

This commit is contained in:
Elian Doran
2025-04-18 13:07:26 +03:00
parent ea13565fc1
commit 4b109c17dc
22 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
CREATE INDEX IF NOT EXISTS IDX_notes_blobId on notes (blobId);
CREATE INDEX IF NOT EXISTS IDX_revisions_blobId on revisions (blobId);
CREATE INDEX IF NOT EXISTS IDX_attachments_blobId on attachments (blobId);