Updated table

This commit is contained in:
phoenix
2025-04-23 20:07:54 -04:00
parent 92a5977349
commit a42f9a5f5f
+2 -1
View File
@@ -11,7 +11,8 @@ CREATE TABLE IF NOT EXISTS "songQueue" (
CREATE TABLE IF NOT EXISTS "metadataQueue" (
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
metadata jsonb NOT NULL,
created_at timestamp DEFAULT now()
created_at timestamp DEFAULT now(),
song_queue_id UUID NOT NULL
);
-- Create an index for better query performance