mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-16 22:59:04 +02:00
6 lines
132 B
SQL
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;
|