Merge pull request #94 from Hestia-Homes/db/funding

added new material types to bd
This commit is contained in:
KhalimCK 2025-09-28 15:36:11 +01:00 committed by GitHub
commit d1cc3ae31f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3381 additions and 0 deletions

View 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';

File diff suppressed because it is too large Load diff

View file

@ -813,6 +813,13 @@
"when": 1755826015743,
"tag": "0115_skinny_makkari",
"breakpoints": true
},
{
"idx": 116,
"version": "7",
"when": 1759069966418,
"tag": "0116_spotty_leech",
"breakpoints": true
}
]
}

View file

@ -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",
];