mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-04-20 19:48:37 +00:00
4 lines
109 B
SQL
4 lines
109 B
SQL
ALTER TABLE groups
|
|
ADD COLUMN IF NOT EXISTS simulate_claude_max_enabled BOOLEAN NOT NULL DEFAULT FALSE;
|
|
|