mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-19 17:02:59 +00:00
Merge pull request #345 from Hestia-Homes/feat/glazing-secondary-enum
Add 'Secondary glazing' to the glazing pgEnum
This commit is contained in:
commit
007ee3cad4
4 changed files with 11706 additions and 0 deletions
1
src/app/db/migrations/0256_glazing_secondary.sql
Normal file
1
src/app/db/migrations/0256_glazing_secondary.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TYPE "public"."glazing" ADD VALUE 'Secondary glazing' BEFORE 'Unknown';
|
||||
11697
src/app/db/migrations/meta/0256_snapshot.json
Normal file
11697
src/app/db/migrations/meta/0256_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -180,6 +180,7 @@ export const GlazingValues: [string, ...string[]] = [
|
|||
"Triple glazing, pre-2002",
|
||||
"Triple glazing, 2002 or later",
|
||||
"Mixed glazing",
|
||||
"Secondary glazing",
|
||||
"Unknown",
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue