tsk-212: Migration changes

Added file_type to CoverArtQueue
This commit is contained in:
kdeng00
2025-10-21 12:57:17 -04:00
parent 5cf37cee6a
commit 5244c4e8e5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ CREATE TABLE IF NOT EXISTS "metadataQueue" (
CREATE TABLE IF NOT EXISTS "coverartQueue" (
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
data BYTEA NULL,
file_type TEXT NOT NULL,
song_queue_id UUID NULL
);