Add DB table for song history
This commit is contained in:
2
migrations/2024-05-19-163229_add_song_history/down.sql
Normal file
2
migrations/2024-05-19-163229_add_song_history/down.sql
Normal file
@ -0,0 +1,2 @@
|
||||
DROP INDEX song_history_user_id_idx;
|
||||
DROP TABLE song_history;
|
Reference in New Issue
Block a user