mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Merge branch 'main' of https://github.com/Hestia-Homes/assessment-model into feature/pm-ui-ux
This commit is contained in:
commit
2468d3600b
6 changed files with 18786 additions and 0 deletions
2
src/app/db/migrations/0197_bumpy_firebird.sql
Normal file
2
src/app/db/migrations/0197_bumpy_firebird.sql
Normal 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");
|
||||
1
src/app/db/migrations/0198_panoramic_triathlon.sql
Normal file
1
src/app/db/migrations/0198_panoramic_triathlon.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "magic_plan_plan" ADD COLUMN "magic_plan_uid" text;
|
||||
9381
src/app/db/migrations/meta/0197_snapshot.json
Normal file
9381
src/app/db/migrations/meta/0197_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
9387
src/app/db/migrations/meta/0198_snapshot.json
Normal file
9387
src/app/db/migrations/meta/0198_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -7,5 +7,6 @@ export const magicPlanPlan = pgTable(
|
|||
name: text("name"),
|
||||
address: text("address"),
|
||||
postcode: text("postcode"),
|
||||
magicPlanUid: text("magic_plan_uid"),
|
||||
},
|
||||
);
|
||||
Loading…
Add table
Reference in a new issue