This commit is contained in:
Daniel Roth 2026-04-24 09:48:15 +00:00
parent f74666212d
commit cb59f435ad

View file

@ -664,6 +664,7 @@ export const epcBuildingPart = pgTable(
wallDryLined: boolean("wall_dry_lined"),
wallThicknessMm: integer("wall_thickness_mm"),
wallInsulationThickness: text("wall_insulation_thickness"),
// age band source
// Floor
floorHeatLoss: integer("floor_heat_loss"),
@ -736,8 +737,8 @@ export const epcWindow = pgTable(
orientation: text("orientation").notNull(),
windowType: text("window_type").notNull(),
glazingType: text("glazing_type").notNull(),
windowWidth: real("window_width").notNull(),
windowHeight: real("window_height").notNull(),
windowWidth: real("window_width").notNull(), // add unit?
windowHeight: real("window_height").notNull(), // add unit?
draughtProofed: boolean("draught_proofed").notNull(),
windowLocation: text("window_location").notNull(),
windowWallType: text("window_wall_type").notNull(),