mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-05-03 21:44:36 +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;
|
|
|