added dialog and read only view of attributes

This commit is contained in:
azivner
2018-01-11 00:01:16 -05:00
parent b250ad593c
commit 8fe6a9353a
10 changed files with 145 additions and 7 deletions

View File

@@ -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);