From 51283c1a4fb8040c5911a3fcbcc1522735c61e0a Mon Sep 17 00:00:00 2001 From: ari melody Date: Sat, 15 Mar 2025 22:37:23 +0000 Subject: [PATCH] oops --- schema-migration/000-init.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema-migration/000-init.sql b/schema-migration/000-init.sql index f70dee6..b56c6b6 100644 --- a/schema-migration/000-init.sql +++ b/schema-migration/000-init.sql @@ -84,7 +84,7 @@ CREATE TABLE arimelody.musicrelease ( buylink text, copyright text, copyrightURL text, - created_at TIMESTAMP NOT NULL DEFAULT current_timestamp, + created_at TIMESTAMP NOT NULL DEFAULT current_timestamp ); ALTER TABLE arimelody.musicrelease ADD CONSTRAINT musicrelease_pk PRIMARY KEY (id);