remove (potentially) harmful constraints on destination_files.filename
This commit is contained in:
parent
611d4ad1af
commit
b1e35f038a
@ -13,7 +13,7 @@ CREATE TABLE destinations (
|
|||||||
);
|
);
|
||||||
CREATE TABLE destination_files (
|
CREATE TABLE destination_files (
|
||||||
id INTEGER PRIMARY KEY,
|
id INTEGER PRIMARY KEY,
|
||||||
filename TEXT UNIQUE NOT NULL,
|
filename TEXT,
|
||||||
last_change INTEGER NOT NULL DEFAULT (strftime('%s','now')),
|
last_change INTEGER NOT NULL DEFAULT (strftime('%s','now')),
|
||||||
source_file_id INTEGER,
|
source_file_id INTEGER,
|
||||||
destination_id INTEGER,
|
destination_id INTEGER,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user