feat(master): [v3.5.3] 升级 SQLite 初始表结构,新增模块状态追踪字段以支持红绿灯 UI (Resolves #19)

This commit is contained in:
hotyue
2026-04-17 02:40:23 +00:00
parent f5aa68a8dc
commit 31014e571d

View File

@@ -135,6 +135,8 @@ CREATE TABLE IF NOT EXISTS nodes (
last_seen DATETIME DEFAULT CURRENT_TIMESTAMP,
region TEXT DEFAULT 'UNKNOWN',
node_alias TEXT,
enable_google TEXT DEFAULT 'true',
enable_trust TEXT DEFAULT 'true',
PRIMARY KEY(chat_id, node_name)
);
EOF