mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
added main_dwelling_ground_floor_area to db
This commit is contained in:
parent
0415a5543b
commit
443a2ce784
4 changed files with 2525 additions and 0 deletions
1
src/app/db/migrations/0078_chubby_marrow.sql
Normal file
1
src/app/db/migrations/0078_chubby_marrow.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "energy_assessments" ADD COLUMN "main_dwelling_ground_floor_area" real;
|
||||
2516
src/app/db/migrations/meta/0078_snapshot.json
Normal file
2516
src/app/db/migrations/meta/0078_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -547,6 +547,13 @@
|
|||
"when": 1721931253048,
|
||||
"tag": "0077_ambitious_salo",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 78,
|
||||
"version": "5",
|
||||
"when": 1722006251030,
|
||||
"tag": "0078_chubby_marrow",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue