mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
added new type
This commit is contained in:
parent
a583af720b
commit
03d5e06ec0
4 changed files with 4698 additions and 0 deletions
1
src/app/db/migrations/0131_minor_lucky_pierre.sql
Normal file
1
src/app/db/migrations/0131_minor_lucky_pierre.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TYPE "public"."type" ADD VALUE 'double_glazing' BEFORE 'trickle_vent';
|
||||
4689
src/app/db/migrations/meta/0131_snapshot.json
Normal file
4689
src/app/db/migrations/meta/0131_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -918,6 +918,13 @@
|
|||
"when": 1764077914945,
|
||||
"tag": "0130_large_wong",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 131,
|
||||
"version": "7",
|
||||
"when": 1764191284790,
|
||||
"tag": "0131_minor_lucky_pierre",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -43,6 +43,7 @@ export const MaterialType: [string, ...string[]] = [
|
|||
// Windows
|
||||
"windows_glazing",
|
||||
"secondary_glazing",
|
||||
"double_glazing",
|
||||
// vents
|
||||
"trickle_vent",
|
||||
"door_undercut",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue