ACP / MCP

This commit is contained in:
2026-06-12 11:44:19 +08:00
parent 2a9661a6ef
commit 4ea4adfd8e
47 changed files with 2558 additions and 240 deletions
@@ -0,0 +1,3 @@
DROP TABLE IF EXISTS acp_agent_kind_config_files;
ALTER TABLE acp_agent_kinds DROP CONSTRAINT IF EXISTS acp_agent_kinds_client_type_check;
ALTER TABLE acp_agent_kinds DROP COLUMN IF EXISTS client_type;