tsk-224: Updated migrations

This commit is contained in:
kdeng00
2025-10-30 15:59:06 -04:00
parent 61cb8affd7
commit e225ff9f82
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -58,6 +58,6 @@ CREATE TABLE IF NOT EXISTS "coverart" (
title TEXT NOT NULL,
directory TEXT NOT NULL,
filename TEXT NOT NULL,
file_type TEXT NOT NULL,
song_id UUID NOT NULL
-- TODO: Add type later
);