mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Added missing material type for db
This commit is contained in:
parent
8304845fe8
commit
613def9c0c
2 changed files with 8 additions and 0 deletions
|
|
@ -351,6 +351,13 @@
|
|||
"when": 1700764223864,
|
||||
"tag": "0049_bumpy_plazm",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 50,
|
||||
"version": "5",
|
||||
"when": 1700765818548,
|
||||
"tag": "0050_clumsy_wind_dancer",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -26,6 +26,7 @@ export const MaterialType: [string, ...string[]] = [
|
|||
"iwi_redecoration",
|
||||
"suspended_floor_demolition",
|
||||
"suspended_floor_redecoration",
|
||||
"suspended_floor_vapour_barrier",
|
||||
"solid_floor_demolition",
|
||||
"solid_floor_preparation",
|
||||
"solid_floor_vapour_barrier",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue