Wipe data from coverart queue #136

Merged
kdeng00 merged 8 commits from wipe_data_from_coverart_queue into v0.2 2025-05-26 17:12:11 -04:00
Showing only changes of commit 5fa1bb6edd - Show all commits
+1 -1
View File
@@ -20,7 +20,7 @@ CREATE TABLE IF NOT EXISTS "metadataQueue" (
-- Table to store queued coverart
CREATE TABLE IF NOT EXISTS "coverartQueue" (
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
data BYTEA NOT NULL,
data BYTEA NULL,
song_queue_id UUID NULL
);