S3 song download #260

Merged
phoenix merged 15 commits from s3-song_download into main 2026-08-14 16:41:57 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2ec2e2471c - Show all commits
+1 -1
View File
@@ -63,7 +63,7 @@ CREATE TABLE IF NOT EXISTS "song" (
date_created timestamptz DEFAULT now(),
filename TEXT NOT NULL,
directory TEXT NOT NULL,
file_type TEXT NOT NULL,
file_key TEXT NOT NULL,
user_id UUID NULL
-- TODO: Add coverart id later. This will allow multiple songs to be linked to a single cover art
);
+1 -1
View File
@@ -61,7 +61,7 @@ CREATE TABLE IF NOT EXISTS "song" (
date_created timestamptz DEFAULT now(),
filename TEXT NOT NULL,
directory TEXT NOT NULL,
file_type TEXT NOT NULL,
file_key TEXT NOT NULL,
user_id UUID NULL
);