hotfix: 补回system_configs表缺失的);

This commit is contained in:
2026-05-19 05:21:28 +08:00
parent a9dc056506
commit 288d30698a
3 changed files with 3 additions and 2 deletions

View File

@@ -109,6 +109,7 @@ function runMigrations(db: Database.Database): void {
value TEXT NOT NULL DEFAULT '',
description TEXT,
updated_at TEXT NOT NULL DEFAULT (datetime('now', 'localtime'))
);
CREATE TABLE IF NOT EXISTS push_users (
id INTEGER PRIMARY KEY AUTOINCREMENT,
account TEXT NOT NULL UNIQUE,