From a7bb276b4c8c39f2c3c366ab3b3bd7513d3a440f Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Wed, 7 Jan 2026 22:50:47 +0000 Subject: [PATCH] commenting problematic schema names --- src/app/db/schema/property.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/db/schema/property.ts b/src/app/db/schema/property.ts index 543b887..3ffffcc 100644 --- a/src/app/db/schema/property.ts +++ b/src/app/db/schema/property.ts @@ -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"