mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
added dialog and read only view of attributes
This commit is contained in:
@@ -9,4 +9,4 @@ CREATE TABLE attributes
|
||||
);
|
||||
|
||||
CREATE INDEX attributes_note_id_index ON attributes (note_id);
|
||||
CREATE INDEX attributes_note_id_name_index ON attributes (note_id, name);
|
||||
CREATE UNIQUE INDEX attributes_note_id_name_index ON attributes (note_id, name);
|
||||
Reference in New Issue
Block a user