adjusted heat demand added to db

This commit is contained in:
Khalim Conn-Kowlessar 2024-02-16 12:53:48 +00:00
parent 0d0d9e2f60
commit 393604c219
4 changed files with 1469 additions and 0 deletions

View file

@ -0,0 +1 @@
ALTER TABLE "recommendation" ADD COLUMN "adjusted_heat_demand" real;

File diff suppressed because it is too large Load diff

View file

@ -421,6 +421,13 @@
"when": 1704358571887,
"tag": "0059_wonderful_sharon_carter",
"breakpoints": true
},
{
"idx": 60,
"version": "5",
"when": 1708088000419,
"tag": "0060_dark_wilson_fisk",
"breakpoints": true
}
]
}

View file

@ -29,6 +29,7 @@ export const recommendation = pgTable("recommendation", {
newUValue: real("new_u_value"),
sapPoints: real("sap_points"),
heatDemand: real("heat_demand"),
adjustedHeatDemand: real("adjusted_heat_demand"),
co2EquivalentSavings: real("co2_equivalent_savings"),
energySavings: real("energy_savings"),
energyCostSavings: real("energy_cost_savings"),