mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #144 from Hestia-Homes/new-reporting
adding boiler upgrade enum
This commit is contained in:
commit
36385f0013
4 changed files with 4707 additions and 0 deletions
1
src/app/db/migrations/0133_calm_talkback.sql
Normal file
1
src/app/db/migrations/0133_calm_talkback.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TYPE "public"."type" ADD VALUE 'boiler_upgrade' BEFORE 'roomstat_programmer_trvs';
|
||||
4697
src/app/db/migrations/meta/0133_snapshot.json
Normal file
4697
src/app/db/migrations/meta/0133_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -932,6 +932,13 @@
|
|||
"when": 1764401779805,
|
||||
"tag": "0132_cynical_ikaris",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 133,
|
||||
"version": "7",
|
||||
"when": 1764403077454,
|
||||
"tag": "0133_calm_talkback",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -55,6 +55,8 @@ export const MaterialType: [string, ...string[]] = [
|
|||
// heating systems
|
||||
"high_heat_retention_storage_heaters",
|
||||
"air_source_heat_pump",
|
||||
// Upgrade an exiting heating system
|
||||
"boiler_upgrade",
|
||||
// heating controls
|
||||
"roomstat_programmer_trvs",
|
||||
"time_temperature_zone_control",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue