trilium/db/migrations/0155__remove_unnecessary_indexes.sql
2019-12-01 12:38:07 +01:00

2 lines
89 B
SQL

DROP INDEX IF EXISTS IDX_attributes_name_index;
DROP INDEX IF EXISTS IDX_branches_noteId;