mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-12 13:28:55 +00:00
Merge pull request #109 from Hestia-Homes/main
Added secondary glazing as a material type to db
This commit is contained in:
commit
2277de331f
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,
|
"when": 1761587998488,
|
||||||
"tag": "0122_yielding_morlocks",
|
"tag": "0122_yielding_morlocks",
|
||||||
"breakpoints": true
|
"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",
|
"flat_roof_waterproofing",
|
||||||
// Windows
|
// Windows
|
||||||
"windows_glazing",
|
"windows_glazing",
|
||||||
|
"secondary_glazing",
|
||||||
// vents
|
// vents
|
||||||
"trickle_vent",
|
"trickle_vent",
|
||||||
"door_undercut",
|
"door_undercut",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue