correct column name in window

This commit is contained in:
Daniel Roth 2026-05-06 13:56:54 +00:00
parent 855cf2a10b
commit e85eabf89d

View file

@ -9,7 +9,7 @@ export const magicPlanWindow = pgTable(
.notNull()
.references(() => magicPlanRoom.id),
width_m: real("width_m"),
height_m: real("width_m"),
height_m: real("height_m"),
area_m2: real("area_m2"),
opening_type: text("opening_type"),
},