trilium/db/migrations/0076__add_attribute_name_index.sql

1 line
67 B
SQL

CREATE INDEX IDX_attributes_name_value ON attributes (name, value);