1 Commits

Author SHA1 Message Date
288d30698a hotfix: 补回system_configs表缺失的); 2026-05-19 05:21:28 +08:00
3 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
0.4.11
0.4.12

View File

@@ -1 +1 @@
0.4.11
0.4.12

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,