mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-25 13:01:08 +00:00
Add SQL to add/drop index to/from medias.file_path
This commit is contained in:
parent
175055cf9d
commit
f90d7ddee3
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue