added IF NOT EXISTS to create and CRUD for each table
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CREATE TABLE release_groups (
|
||||
CREATE TABLE IF NOT EXISTS release_groups (
|
||||
id int PRIMARY KEY,
|
||||
name text NOT NULL,
|
||||
FOREIGN KEY(cover_art_id) REFERENCES cover_art(id)
|
||||
|
||||
Reference in New Issue
Block a user