mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-11 18:44:45 +08:00
5 lines
257 B
MySQL
5 lines
257 B
MySQL
|
|
-- 070: Add auto_recover column to scheduled_test_plans
|
||
|
|
-- When enabled, automatically recovers account from error/rate-limited state on successful test
|
||
|
|
|
||
|
|
ALTER TABLE scheduled_test_plans ADD COLUMN IF NOT EXISTS auto_recover BOOLEAN NOT NULL DEFAULT false;
|