3a6e0f64bc
New endpoint to upload song with metadata and cover art as separate entities
6 lines
98 B
SQL
6 lines
98 B
SQL
delete from Song;
|
|
delete from Album;
|
|
delete from Artist;
|
|
delete from Genre;
|
|
delete from CoverArt;
|