diff --git a/src/app/db/schema/magic_plan/window.ts b/src/app/db/schema/magic_plan/window.ts index 3077b0b..70b65c9 100644 --- a/src/app/db/schema/magic_plan/window.ts +++ b/src/app/db/schema/magic_plan/window.ts @@ -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"), },