Add SQL to add/drop index to/from medias.file_path
This commit is contained in:
parent
175055cf9d
commit
f90d7ddee3
@ -1 +1 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
DROP INDEX medias_index_file_path;
|
||||
|
@ -1 +1 @@
|
||||
-- Your SQL goes here
|
||||
CREATE INDEX medias_index_file_path ON medias (file_path);
|
||||
|
Loading…
Reference in New Issue
Block a user