Updating migrations

This commit is contained in:
2026-08-13 10:34:03 -04:00
parent 143a8a7ac6
commit adce4a90be
2 changed files with 0 additions and 2 deletions
@@ -6,7 +6,6 @@ CREATE TABLE IF NOT EXISTS "songQueue" (
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
filename TEXT NOT NULL,
status TEXT CHECK (status IN ('pending', 'ready', 'processing', 'done')),
data BYTEA NULL,
user_id UUID NULL
);