hotfix: 移除push_users表多余的);(导致SQL语法错误→容器重启)

This commit is contained in:
2026-05-19 05:13:24 +08:00
parent 9ef58b5724
commit a9dc056506
3 changed files with 2 additions and 3 deletions

View File

@@ -1 +1 @@
0.4.10
0.4.11

View File

@@ -116,7 +116,6 @@ function runMigrations(db: Database.Database): void {
created_at TEXT NOT NULL DEFAULT (datetime('now','localtime')),
updated_at TEXT NOT NULL DEFAULT (datetime('now','localtime'))
);
);
CREATE TABLE IF NOT EXISTS content_cache (
id INTEGER PRIMARY KEY AUTOINCREMENT,