mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-12 13:28:55 +00:00
Merge pull request #339 from Hestia-Homes/mixed-glazing-migration
Add Mixed glazing to GlazingValues
This commit is contained in:
commit
b2451651f5
4 changed files with 11691 additions and 0 deletions
1
src/app/db/migrations/0251_round_madame_hydra.sql
Normal file
1
src/app/db/migrations/0251_round_madame_hydra.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TYPE "public"."glazing" ADD VALUE 'Mixed glazing' BEFORE 'Unknown';
|
||||
11682
src/app/db/migrations/meta/0251_snapshot.json
Normal file
11682
src/app/db/migrations/meta/0251_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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",
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue