mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #36 from Hestia-Homes/costs-migration
adding cavity extraction to db
This commit is contained in:
commit
a8864102f7
5 changed files with 2992 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -18,6 +18,7 @@
|
|||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
*.idea/
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
|
|
|
|||
1
src/app/db/migrations/0099_faulty_nicolaos.sql
Normal file
1
src/app/db/migrations/0099_faulty_nicolaos.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TYPE "type" ADD VALUE 'cavity_wall_extraction';
|
||||
2982
src/app/db/migrations/meta/0099_snapshot.json
Normal file
2982
src/app/db/migrations/meta/0099_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -694,6 +694,13 @@
|
|||
"when": 1727949671527,
|
||||
"tag": "0098_grey_vector",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 99,
|
||||
"version": "5",
|
||||
"when": 1742138715788,
|
||||
"tag": "0099_faulty_nicolaos",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -21,6 +21,7 @@ export const MaterialType: [string, ...string[]] = [
|
|||
"exposed_floor_insulation",
|
||||
"flat_roof_insulation",
|
||||
"room_roof_insulation",
|
||||
"cavity_wall_extraction",
|
||||
// Non insulation tasks
|
||||
"iwi_wall_demolition",
|
||||
"iwi_vapour_barrier",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue