added secondary glazing as material type to db

This commit is contained in:
Khalim Conn-Kowlessar 2025-10-28 14:09:36 +00:00
parent 8ca14c39ad
commit b2a3519803
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",