mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-02 00:02:20 +00:00
Add migration to add index to medias.file_path
% diesel migration generate medias_index_file_path
This commit is contained in:
parent
fe92d95f6c
commit
175055cf9d
2 changed files with 2 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
-- This file should undo anything in `up.sql`
|
|
@ -0,0 +1 @@
|
|||
-- Your SQL goes here
|
Loading…
Reference in a new issue