chore: 小果(xiaoguo)收尸——删表/删建表/停API/归档脚本/移除监控描述(铁律10,已确证废弃7/20归档)

This commit is contained in:
xxm
2026-08-20 01:06:58 +08:00
parent 5b767411af
commit 7df2758873
3 changed files with 358 additions and 13 deletions
+1 -8
View File
@@ -522,14 +522,7 @@ def init_all_tables(conn: sqlite3.Connection):
);
CREATE INDEX IF NOT EXISTS idx_signal_news_signal ON signal_news(signal_id);
-- 小果扫描跟踪(去重用)
CREATE TABLE IF NOT EXISTS xiaoguo_scan_tracker (
code TEXT PRIMARY KEY,
name TEXT,
last_scanned_at TEXT,
found_count INTEGER DEFAULT 0
);
-- 2026-08-19 小果(xiaoguo)已废弃收尸:xiaoguo_scan_tracker 表已删除,不再重建
-- 实时价格快照(替代 live_prices.json
CREATE TABLE IF NOT EXISTS live_prices (
code TEXT PRIMARY KEY,