Add SQL to add/drop index to/from medias.file_path
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user