mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-03 15:02:13 +08:00
3 lines
135 B
MySQL
3 lines
135 B
MySQL
|
|
-- Add model_routing_enabled field to groups table
|
||
|
|
ALTER TABLE groups ADD COLUMN model_routing_enabled BOOLEAN NOT NULL DEFAULT false;
|