mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #94 from Hestia-Homes/db/funding
added new material types to bd
This commit is contained in:
commit
d1cc3ae31f
4 changed files with 3381 additions and 0 deletions
2
src/app/db/migrations/0116_spotty_leech.sql
Normal file
2
src/app/db/migrations/0116_spotty_leech.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TYPE "public"."type" ADD VALUE 'roomstat_programmer_trvs' BEFORE 'sealing_fireplace';--> statement-breakpoint
|
||||
ALTER TYPE "public"."type" ADD VALUE 'time_temperature_zone_control' BEFORE 'sealing_fireplace';
|
||||
3369
src/app/db/migrations/meta/0116_snapshot.json
Normal file
3369
src/app/db/migrations/meta/0116_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -813,6 +813,13 @@
|
|||
"when": 1755826015743,
|
||||
"tag": "0115_skinny_makkari",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 116,
|
||||
"version": "7",
|
||||
"when": 1759069966418,
|
||||
"tag": "0116_spotty_leech",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -53,6 +53,9 @@ export const MaterialType: [string, ...string[]] = [
|
|||
// heating systems
|
||||
"high_heat_retention_storage_heaters",
|
||||
"air_source_heat_pump",
|
||||
// heating controls
|
||||
"roomstat_programmer_trvs",
|
||||
"time_temperature_zone_control",
|
||||
// other
|
||||
"sealing_fireplace",
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue