Merge pull request #36 from Hestia-Homes/costs-migration

adding cavity extraction to db
This commit is contained in:
KhalimCK 2025-03-16 15:34:30 +00:00 committed by GitHub
commit a8864102f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 2992 additions and 0 deletions

1
.gitignore vendored
View file

@ -18,6 +18,7 @@
# misc
.DS_Store
*.pem
*.idea/
# debug
npm-debug.log*

View file

@ -0,0 +1 @@
ALTER TYPE "type" ADD VALUE 'cavity_wall_extraction';

File diff suppressed because it is too large Load diff

View file

@ -694,6 +694,13 @@
"when": 1727949671527,
"tag": "0098_grey_vector",
"breakpoints": true
},
{
"idx": 99,
"version": "5",
"when": 1742138715788,
"tag": "0099_faulty_nicolaos",
"breakpoints": true
}
]
}

View file

@ -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",