mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
rename pvcFrame to frameMaterial and make nullable
This commit is contained in:
parent
be4b764832
commit
593be49773
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue