mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
4 lines
167 B
SQL
4 lines
167 B
SQL
CREATE INDEX IDX_notes_blobId on notes (blobId);
|
|
CREATE INDEX IDX_revisions_blobId on revisions (blobId);
|
|
CREATE INDEX IDX_attachments_blobId on attachments (blobId);
|