mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-27 04:56:20 +02:00
Co-authored-by: Eve <eve@multica-ai.local> Co-authored-by: multica-agent <github@multica.ai>
8 lines
564 B
SQL
8 lines
564 B
SQL
-- A short-lived pre-release deployment may already have applied the original
|
|
-- migration 162. Remove those database cascades before this release enables
|
|
-- resource labels; application transactions own cleanup from this point on.
|
|
ALTER TABLE agent_to_label DROP CONSTRAINT IF EXISTS agent_to_label_agent_id_fkey;
|
|
ALTER TABLE agent_to_label DROP CONSTRAINT IF EXISTS agent_to_label_label_id_fkey;
|
|
ALTER TABLE skill_to_label DROP CONSTRAINT IF EXISTS skill_to_label_skill_id_fkey;
|
|
ALTER TABLE skill_to_label DROP CONSTRAINT IF EXISTS skill_to_label_label_id_fkey;
|