destination enable: update schema
This commit is contained in:
parent
d9031f784f
commit
5ec035874e
@ -15,7 +15,8 @@ CREATE TABLE IF NOT EXISTS source_files (
|
|||||||
);
|
);
|
||||||
CREATE TABLE IF NOT EXISTS destinations (
|
CREATE TABLE IF NOT EXISTS destinations (
|
||||||
id INTEGER PRIMARY KEY,
|
id INTEGER PRIMARY KEY,
|
||||||
name TEXT UNIQUE NOT NULL
|
name TEXT UNIQUE NOT NULL,
|
||||||
|
enabled INTEGER DEFAULT 1
|
||||||
);
|
);
|
||||||
CREATE TABLE IF NOT EXISTS destination_files (
|
CREATE TABLE IF NOT EXISTS destination_files (
|
||||||
id INTEGER PRIMARY KEY,
|
id INTEGER PRIMARY KEY,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user