gif support

This commit is contained in:
azivner
2018-01-07 09:22:55 -05:00
parent d9f2bb37e7
commit 20b1357be6
3 changed files with 19 additions and 4 deletions

View File

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