Create albums table

This commit is contained in:
2024-02-08 18:38:18 -05:00
parent 0924c954b8
commit bf99dac25c
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DROP TABLE album_artists;
DROP TABLE albums;