mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-03 23:12:14 +08:00
4 lines
109 B
MySQL
4 lines
109 B
MySQL
|
|
ALTER TABLE groups
|
||
|
|
ADD COLUMN IF NOT EXISTS simulate_claude_max_enabled BOOLEAN NOT NULL DEFAULT FALSE;
|
||
|
|
|