make migration 223 NOOP

This commit is contained in:
zadam
2023-07-30 21:54:01 +02:00
parent 696ce38083
commit 63675bfbae
6 changed files with 187 additions and 96 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);