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