mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-03-30 04:44:49 +00: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;
|