mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
4 lines
167 B
MySQL
4 lines
167 B
MySQL
|
|
CREATE INDEX IDX_notes_blobId on notes (blobId);
|
||
|
|
CREATE INDEX IDX_revisions_blobId on revisions (blobId);
|
||
|
|
CREATE INDEX IDX_attachments_blobId on attachments (blobId);
|