mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
wall insulation thickness is jsonb
This commit is contained in:
parent
61738f95e0
commit
fb431a1a25
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue