Updated migrations
This commit is contained in:
@@ -10,6 +10,14 @@ CREATE TABLE IF NOT EXISTS "songQueue" (
|
||||
user_id UUID NULL
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "songQueueData" (
|
||||
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
|
||||
file_key TEXT NOT NULL,
|
||||
bucket TEXT NOT NULL,
|
||||
region TEXT NOT NULL,
|
||||
song_queue_id UUID NOT NULL
|
||||
);
|
||||
|
||||
-- Table to store queued metadata
|
||||
CREATE TABLE IF NOT EXISTS "metadataQueue" (
|
||||
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
|
||||
|
||||
Reference in New Issue
Block a user