diff --git a/share/schema.sql b/share/schema.sql index 2e4f3c6..62fa9d1 100644 --- a/share/schema.sql +++ b/share/schema.sql @@ -15,7 +15,8 @@ CREATE TABLE IF NOT EXISTS source_files ( ); CREATE TABLE IF NOT EXISTS destinations ( 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 ( id INTEGER PRIMARY KEY,