mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
gif support
This commit is contained in:
@@ -23,4 +23,5 @@ CREATE TABLE notes_image
|
||||
);
|
||||
|
||||
CREATE INDEX notes_image_note_id_index ON notes_image (note_id);
|
||||
CREATE INDEX notes_image_image_id_index ON notes_image (image_id);
|
||||
CREATE INDEX notes_image_note_id_image_id_index ON notes_image (note_id, image_id);
|
||||
Reference in New Issue
Block a user