Merge pull request #108 from Hestia-Homes/eco-project-data

added secondary glazing as material type to db
This commit is contained in:
KhalimCK 2025-10-28 14:11:51 +00:00 committed by GitHub
commit 9e22a180d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4199 additions and 0 deletions

View file

@ -0,0 +1 @@
ALTER TYPE "public"."type" ADD VALUE 'secondary_glazing' BEFORE 'trickle_vent';

File diff suppressed because it is too large Load diff

View file

@ -862,6 +862,13 @@
"when": 1761587998488,
"tag": "0122_yielding_morlocks",
"breakpoints": true
},
{
"idx": 123,
"version": "7",
"when": 1761660543815,
"tag": "0123_cloudy_gambit",
"breakpoints": true
}
]
}

View file

@ -42,6 +42,7 @@ export const MaterialType: [string, ...string[]] = [
"flat_roof_waterproofing",
// Windows
"windows_glazing",
"secondary_glazing",
// vents
"trickle_vent",
"door_undercut",