turns out rewriting all of your database code takes a while
This commit is contained in:
parent
1998a36d6d
commit
965d6f5c3e
30 changed files with 947 additions and 1036 deletions
|
@ -21,7 +21,9 @@ CREATE TABLE public.musicrelease (
|
|||
release_date TIMESTAMP NOT NULL,
|
||||
artwork text,
|
||||
buyname text,
|
||||
buylink text
|
||||
buylink text,
|
||||
copyright text,
|
||||
copyrightURL text
|
||||
);
|
||||
ALTER TABLE public.musicrelease ADD CONSTRAINT musicrelease_pk PRIMARY KEY (id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue