fixed typo in user database creation query

This commit is contained in:
Patrick 2025-09-08 23:50:57 +02:00
parent 15ba32095d
commit d5fe38fbef
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ const ENTRY_DATABASE_SETUP: string[] = [
record_id INTEGER NOT NULL,
date VARCHAR(10),
start VARCHAR(5),
end V<F52>ARCHAR(5),
end VARCHAR(5),
comment TEXT,
modified DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL,
FOREIGN KEY(record_id) REFERENCES records(id)