added main_dwelling_ground_floor_area to db

This commit is contained in:
Khalim Conn-Kowlessar 2024-07-26 16:04:42 +01:00
parent 0415a5543b
commit 443a2ce784
4 changed files with 2525 additions and 0 deletions

View file

@ -0,0 +1 @@
ALTER TABLE "energy_assessments" ADD COLUMN "main_dwelling_ground_floor_area" real;

File diff suppressed because it is too large Load diff

View file

@ -547,6 +547,13 @@
"when": 1721931253048,
"tag": "0077_ambitious_salo",
"breakpoints": true
},
{
"idx": 78,
"version": "5",
"when": 1722006251030,
"tag": "0078_chubby_marrow",
"breakpoints": true
}
]
}

View file

@ -135,6 +135,7 @@ export const energyAssessment = pgTable("energy_assessments", {
cylinderInsulationType: text("cylinder_insulation_type"),
cylinderInsulationThickness: integer("cylinder_insulation_thickness"),
cylinderThermostat: boolean("cylinder_thermostat"),
main_dwelling_ground_floor_area: real("main_dwelling_ground_floor_area"),
});
// Types for the new table