Add migration to add index to medias.file_path for SQLite3

pull/914/head
Kitaiti Makoto hace 3 años
padre 16953ea907
commit 58324945cc

@ -0,0 +1 @@
CREATE INDEX medias_index_file_path ON medias (file_path);
Cargando…
Cancelar
Guardar