Merge branch 'main' of https://github.com/Hestia-Homes/assessment-model into feature/pm-ui-ux

This commit is contained in:
Khalim Conn-Kowlessar 2026-05-07 18:26:05 +00:00
commit 2468d3600b
6 changed files with 18786 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");

View file

@ -0,0 +1 @@
ALTER TABLE "magic_plan_plan" ADD COLUMN "magic_plan_uid" text;

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1380,6 +1380,20 @@
"when": 1778144686568,
"tag": "0196_fantastic_bastion",
"breakpoints": true
},
{
"idx": 197,
"version": "7",
"when": 1778157212969,
"tag": "0197_bumpy_firebird",
"breakpoints": true
},
{
"idx": 198,
"version": "7",
"when": 1778176651140,
"tag": "0198_panoramic_triathlon",
"breakpoints": true
}
]
}

View file

@ -7,5 +7,6 @@ export const magicPlanPlan = pgTable(
name: text("name"),
address: text("address"),
postcode: text("postcode"),
magicPlanUid: text("magic_plan_uid"),
},
);