trilium/db/migrations/0090__branch_index.sql

1 line
66 B
MySQL
Raw Normal View History

CREATE INDEX IDX_branches_parentNoteId ON branches (parentNoteId);