Add migration to create artist, album, and song title indicies
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
DROP INDEX artists_name_idx;
|
||||
DROP INDEX albums_title_idx;
|
||||
DROP INDEX songs_title_idx;
|
Reference in New Issue
Block a user