adding index to allow multiple organidations to be mapped to a project

This commit is contained in:
Khalim Conn-Kowlessar 2026-05-07 17:06:40 +00:00
parent 0eec1d8499
commit 7b45aa669d
3 changed files with 9397 additions and 0 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE "portfolio_organisation" DROP CONSTRAINT "portfolio_organisation_portfolio_id_unique";--> statement-breakpoint
ALTER TABLE "portfolio_organisation" ADD CONSTRAINT "portfolio_organisation_portfolio_id_organisation_id_unique" UNIQUE("portfolio_id","organisation_id");

File diff suppressed because it is too large Load diff

View file

@ -1373,6 +1373,20 @@
"when": 1778078457355,
"tag": "0195_jittery_harry_osborn",
"breakpoints": true
},
{
"idx": 196,
"version": "7",
"when": 1778144686568,
"tag": "0196_fantastic_bastion",
"breakpoints": true
},
{
"idx": 197,
"version": "7",
"when": 1778157212969,
"tag": "0197_bumpy_firebird",
"breakpoints": true
}
]
}