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"),