allow on artist to have multiple urls
This commit is contained in:
@ -24,7 +24,6 @@ AS $$
|
||||
website_id integer,
|
||||
artist_id integer,
|
||||
CONSTRAINT aw_url UNIQUE(url),
|
||||
CONSTRAINT aw_folder_path UNIQUE(folder_path),
|
||||
CONSTRAINT aw_artist FOREIGN KEY (artist_id) REFERENCES artist (ID),
|
||||
CONSTRAINT aw_website FOREIGN KEY (website_id) REFERENCES website (ID)
|
||||
);
|
||||
|
Reference in New Issue
Block a user