Merge pull request #326 from Hestia-Homes/feature/wall-insulation-jsonb

Make wall insulation thickness jsonb
This commit is contained in:
Daniel Roth 2026-06-24 16:04:13 +01:00 committed by GitHub
commit 198d9706d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11507 additions and 1 deletions

View file

@ -0,0 +1 @@
ALTER TABLE "epc_building_part" ALTER COLUMN "wall_insulation_thickness" SET DATA TYPE jsonb;

File diff suppressed because it is too large Load diff

View file

@ -1695,6 +1695,13 @@
"when": 1782309144861,
"tag": "0242_green_meggan",
"breakpoints": true
},
{
"idx": 243,
"version": "7",
"when": 1782313328071,
"tag": "0243_oval_pestilence",
"breakpoints": true
}
]
}

View file

@ -711,7 +711,7 @@ export const epcBuildingPart = pgTable(
buildingPartNumber: integer("building_part_number"),
wallDryLined: boolean("wall_dry_lined"),
wallThicknessMm: integer("wall_thickness_mm"),
wallInsulationThickness: text("wall_insulation_thickness"),
wallInsulationThickness: jsonb("wall_insulation_thickness"),
// age band source
// Floor