Merge pull request #345 from Hestia-Homes/feat/glazing-secondary-enum

Add 'Secondary glazing' to the glazing pgEnum
This commit is contained in:
Daniel Roth 2026-07-02 12:18:30 +01:00 committed by GitHub
commit 007ee3cad4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11706 additions and 0 deletions

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1786,6 +1786,13 @@
"when": 1782981990785,
"tag": "0255_futuristic_mattie_franklin",
"breakpoints": true
},
{
"idx": 256,
"version": "7",
"when": 1782989713551,
"tag": "0256_glazing_secondary",
"breakpoints": true
}
]
}

View file

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