Migration changes

This commit is contained in:
kdeng00
2025-10-19 20:14:53 -04:00
parent cab0be5ab3
commit d75d9c3f58
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -53,6 +53,7 @@ CREATE TABLE IF NOT EXISTS "song" (
CREATE TABLE IF NOT EXISTS "coverart" (
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
title TEXT NOT NULL,
path TEXT NOT NULL,
directory TEXT NOT NULL,
filename TEXT NOT NULL,
song_id UUID NOT NULL
);