Files
multica/server/migrations/163_agent_builder.down.sql
2026-07-12 15:40:10 +08:00

6 lines
132 B
SQL

DROP INDEX IF EXISTS agent_system_identity_unique;
ALTER TABLE agent
DROP COLUMN IF EXISTS system_key,
DROP COLUMN IF EXISTS kind;