mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #108 from Hestia-Homes/eco-project-data
added secondary glazing as material type to db
This commit is contained in:
commit
9e22a180d6
4 changed files with 4199 additions and 0 deletions
1
src/app/db/migrations/0123_cloudy_gambit.sql
Normal file
1
src/app/db/migrations/0123_cloudy_gambit.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TYPE "public"."type" ADD VALUE 'secondary_glazing' BEFORE 'trickle_vent';
|
||||
4190
src/app/db/migrations/meta/0123_snapshot.json
Normal file
4190
src/app/db/migrations/meta/0123_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -862,6 +862,13 @@
|
|||
"when": 1761587998488,
|
||||
"tag": "0122_yielding_morlocks",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 123,
|
||||
"version": "7",
|
||||
"when": 1761660543815,
|
||||
"tag": "0123_cloudy_gambit",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -42,6 +42,7 @@ export const MaterialType: [string, ...string[]] = [
|
|||
"flat_roof_waterproofing",
|
||||
// Windows
|
||||
"windows_glazing",
|
||||
"secondary_glazing",
|
||||
// vents
|
||||
"trickle_vent",
|
||||
"door_undercut",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue