forked from Plume/Plume
Add migration to add index to medias.file_path for SQLite3
This commit is contained in:
parent
16953ea907
commit
58324945cc
2 changed files with 2 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
DROP INDEX medias_index_file_path;
|
|
@ -0,0 +1 @@
|
|||
CREATE INDEX medias_index_file_path ON medias (file_path);
|
Loading…
Reference in a new issue