diff --git a/share/schema.sql b/share/schema.sql index 9d556c8..d60edaf 100644 --- a/share/schema.sql +++ b/share/schema.sql @@ -6,7 +6,6 @@ CREATE TABLE IF NOT EXISTS source_files ( id INTEGER PRIMARY KEY, filename TEXT UNIQUE NOT NULL, size INTEGER NOT NULL, - hash TEXT, mime_type INTEGER, last_change FLOAT NOT NULL DEFAULT (strftime('%s','now')), last_seen INTEGER NOT NULL DEFAULT (strftime('%s','now')),