mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-02 18:13:27 +02:00
Co-authored-by: Eve <eve@multica-ai.local> Co-authored-by: multica-agent <github@multica.ai>
6 lines
329 B
SQL
6 lines
329 B
SQL
-- A short-lived pre-release build created this foreign key in migration 191.
|
|
-- Fresh databases no longer create it; this idempotent cleanup brings databases
|
|
-- that applied the earlier migration back to the application-owned lifecycle.
|
|
ALTER TABLE issue_property
|
|
DROP CONSTRAINT IF EXISTS issue_property_workspace_id_fkey;
|