mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-05-05 15:31:43 +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;
|
|
|