Fix migration syntax error

This commit is contained in:
kdeng00
2025-05-23 16:29:30 -04:00
parent 1d3ced50ac
commit ff9b5c0cae
+1 -1
View File
@@ -47,5 +47,5 @@ CREATE TABLE IF NOT EXISTS "song" (
date_created timestamptz DEFAULT now(),
filename TEXT NOT NULL,
directory TEXT NOT NULL,
user_id UUID NULL,
user_id UUID NULL
);