schema: remove unused column hash for newly created databases
This commit is contained in:
parent
6844f0aeb6
commit
05b72b70d7
@ -6,7 +6,6 @@ CREATE TABLE IF NOT EXISTS source_files (
|
|||||||
id INTEGER PRIMARY KEY,
|
id INTEGER PRIMARY KEY,
|
||||||
filename TEXT UNIQUE NOT NULL,
|
filename TEXT UNIQUE NOT NULL,
|
||||||
size INTEGER NOT NULL,
|
size INTEGER NOT NULL,
|
||||||
hash TEXT,
|
|
||||||
mime_type INTEGER,
|
mime_type INTEGER,
|
||||||
last_change FLOAT NOT NULL DEFAULT (strftime('%s','now')),
|
last_change FLOAT NOT NULL DEFAULT (strftime('%s','now')),
|
||||||
last_seen INTEGER NOT NULL DEFAULT (strftime('%s','now')),
|
last_seen INTEGER NOT NULL DEFAULT (strftime('%s','now')),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user