Create playlist database migration

This commit is contained in:
2024-11-01 16:37:22 -04:00
parent 36e7a5827b
commit 81b1490cce
3 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,5 @@
DROP INDEX playlists_owner_idx;
DROP TABLE playlists;
DROP INDEX playlist_songs_playlist_idx;
DROP TABLE playlist_songs;