mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 13:31:02 +00:00
Merge pull request 'Add migration to add index to medias.file_path for SQLite3' (#914) from upsert-sqlite into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/914
This commit is contained in:
commit
2bc4a13964
2 changed files with 2 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
DROP INDEX medias_index_file_path;
|
|
@ -0,0 +1 @@
|
|||
CREATE INDEX medias_index_file_path ON medias (file_path);
|
Loading…
Reference in a new issue