home to your local SPACEGIRL 💫 arimelody.space
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

oops

+1 -1
+1 -1
schema-migration/000-init.sql
··· 84 84 buylink text, 85 85 copyright text, 86 86 copyrightURL text, 87 - created_at TIMESTAMP NOT NULL DEFAULT current_timestamp, 87 + created_at TIMESTAMP NOT NULL DEFAULT current_timestamp 88 88 ); 89 89 ALTER TABLE arimelody.musicrelease ADD CONSTRAINT musicrelease_pk PRIMARY KEY (id); 90 90