Added comment for new table

This commit is contained in:
kdeng00
2025-05-23 15:50:52 -04:00
parent 8123553e00
commit dace046d7e
@@ -27,6 +27,7 @@ CREATE TABLE IF NOT EXISTS "coverartQueue" (
-- Create an index for better query performance
CREATE INDEX metadata_queue_data_metadata ON "metadataQueue" USING gin (metadata);
-- Table to store a song's metadata
CREATE TABLE IF NOT EXISTS "metadata" (
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
title TEXT NOT NULL,