mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
commenting problematic schema names
This commit is contained in:
parent
bb141b759b
commit
a7bb276b4c
1 changed files with 2 additions and 0 deletions
|
|
@ -206,8 +206,10 @@ export const propertyDetailsEpc = pgTable(
|
|||
numberStoreys: integer("number_of_storeys"),
|
||||
mainsGas: boolean("mains_gas"),
|
||||
energyTariff: text("energy_tariff"),
|
||||
// This is heat demand
|
||||
primaryEnergyConsumption: real("primary_energy_consumption"),
|
||||
co2Emissions: real("co2_emissions"),
|
||||
// Bad naming but currentEnergyDemand is the current kwh consumption - needs to be renamed
|
||||
currentEnergyDemand: real("current_energy_demand"),
|
||||
currentEnergyDemandHeatingHotwater: real(
|
||||
"current_energy_demand_heating_hotwater"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue