mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-15 20:34:45 +08:00
feat: add claude max usage simulation with group switch
This commit is contained in:
3
backend/migrations/060_add_group_simulate_claude_max.sql
Normal file
3
backend/migrations/060_add_group_simulate_claude_max.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE groups
|
||||
ADD COLUMN IF NOT EXISTS simulate_claude_max_enabled BOOLEAN NOT NULL DEFAULT FALSE;
|
||||
|
||||
Reference in New Issue
Block a user