From 593be497732168ca70c30c938d041832cfdc6f51 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 27 Apr 2026 16:25:36 +0000 Subject: [PATCH] rename pvcFrame to frameMaterial and make nullable --- 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 51f4afc..25d6c1d 100644 --- a/src/app/db/schema/property.ts +++ b/src/app/db/schema/property.ts @@ -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"),