schema: remove unused column hash for newly created databases

This commit is contained in:
Vincent Riquer 2026-02-20 01:43:51 +01:00
parent 6844f0aeb6
commit 05b72b70d7

View File

@ -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')),