mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-19 17:02:59 +00:00
rename energyMainsGas to energyGasConnectionAvailable
This commit is contained in:
parent
b2451651f5
commit
0a67aa5e4f
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,7 @@ export const epcProperty = pgTable(
|
|||
windowsTransmissionSolarTransmittance: real("windows_transmission_solar_transmittance"),
|
||||
|
||||
// Energy source
|
||||
energyMainsGas: boolean("energy_mains_gas").notNull(),
|
||||
energyGasConnectionAvailable: boolean("energy_gas_connection_available").notNull(),
|
||||
energyMeterType: text("energy_meter_type").notNull(),
|
||||
energyPvBatteryCount: integer("energy_pv_battery_count").notNull(),
|
||||
energyWindTurbinesCount: integer("energy_wind_turbines_count").notNull(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue