Add SQL to add/drop index to/from medias.file_path

This commit is contained in:
Kitaiti Makoto 2021-02-24 00:49:50 +09:00
parent 175055cf9d
commit f90d7ddee3
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
-- This file should undo anything in `up.sql`
DROP INDEX medias_index_file_path;

View File

@ -1 +1 @@
-- Your SQL goes here
CREATE INDEX medias_index_file_path ON medias (file_path);