rename pvcFrame to frameMaterial and make nullable

This commit is contained in:
Daniel Roth 2026-04-27 16:25:36 +00:00
parent be4b764832
commit 593be49773

View file

@ -732,7 +732,6 @@ export const epcWindow = pgTable(
.notNull()
.references(() => epcProperty.id),
pvcFrame: text("pvc_frame").notNull(),
glazingGap: text("glazing_gap").notNull(),
orientation: text("orientation").notNull(),
windowType: text("window_type").notNull(),
@ -743,6 +742,7 @@ export const epcWindow = pgTable(
windowLocation: text("window_location").notNull(),
windowWallType: text("window_wall_type").notNull(),
permanentShuttersPresent: boolean("permanent_shutters_present").notNull(),
frameMaterial: text("frame_material"),
frameFactor: real("frame_factor"),
permanentShuttersInsulated: text("permanent_shutters_insulated"),