Merge pull request #339 from Hestia-Homes/mixed-glazing-migration

Add Mixed glazing to GlazingValues
This commit is contained in:
Daniel Roth 2026-07-01 13:38:18 +01:00 committed by GitHub
commit b2451651f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11691 additions and 0 deletions

View file

@ -0,0 +1 @@
ALTER TYPE "public"."glazing" ADD VALUE 'Mixed glazing' BEFORE 'Unknown';

File diff suppressed because it is too large Load diff

View file

@ -1751,6 +1751,13 @@
"when": 1782903599318,
"tag": "0250_lonely_mordo",
"breakpoints": true
},
{
"idx": 251,
"version": "7",
"when": 1782907745796,
"tag": "0251_round_madame_hydra",
"breakpoints": true
}
]
}

View file

@ -178,6 +178,7 @@ export const GlazingValues: [string, ...string[]] = [
"Double glazing, pre-2002",
"Triple glazing, pre-2002",
"Triple glazing, 2002 or later",
"Mixed glazing",
"Unknown",
];