Updated migrations

This commit is contained in:
2026-08-15 11:35:46 -04:00
parent ed238dccab
commit f3f6dcba94
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -72,5 +72,6 @@ CREATE TABLE IF NOT EXISTS "coverart" (
directory TEXT NOT NULL,
filename TEXT NOT NULL,
file_type TEXT NOT NULL,
file_key TEXT NOT NULL,
song_id UUID NOT NULL
);