Migration changes

This commit is contained in:
kdeng00
2025-05-25 19:47:14 -04:00
parent d49f8c0331
commit 2a9d2b08b8
+1 -1
View File
@@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS "songQueue" (
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
filename TEXT NOT NULL,
status TEXT CHECK (status IN ('pending', 'processing', 'done')),
data BYTEA NOT NULL
data BYTEA NULL
);
-- Table to store queued metadata