commenting problematic schema names

This commit is contained in:
Khalim Conn-Kowlessar 2026-01-07 22:50:47 +00:00
parent bb141b759b
commit a7bb276b4c

View file

@ -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"