mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-04 07:22:13 +08:00
3 lines
147 B
SQL
3 lines
147 B
SQL
-- Add mcp_xml_inject field to groups table (for antigravity platform)
|
|
ALTER TABLE groups ADD COLUMN mcp_xml_inject BOOLEAN NOT NULL DEFAULT true;
|