mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-03-30 05:04:28 +00:00
4 lines
182 B
SQL
4 lines
182 B
SQL
-- ops_system_metrics 增加账号切换次数统计(按分钟窗口)
|
|
ALTER TABLE ops_system_metrics
|
|
ADD COLUMN IF NOT EXISTS account_switch_count BIGINT NOT NULL DEFAULT 0;
|