From fb431a1a25f00b4f1f99f70a4bed1346aee71041 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Wed, 24 Jun 2026 15:01:11 +0000 Subject: [PATCH] wall insulation thickness is jsonb --- src/app/db/schema/property.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/db/schema/property.ts b/src/app/db/schema/property.ts index fdf01a18..309e3470 100644 --- a/src/app/db/schema/property.ts +++ b/src/app/db/schema/property.ts @@ -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