This commit is contained in:
ari melody 2025-03-15 22:37:23 +00:00
parent ecda8dde24
commit 51283c1a4f
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E

View file

@ -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);