mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Added windows glazing material to db
This commit is contained in:
parent
bdef02bce3
commit
cc14bebf11
4 changed files with 1457 additions and 0 deletions
1
src/app/db/migrations/0058_aromatic_valeria_richards.sql
Normal file
1
src/app/db/migrations/0058_aromatic_valeria_richards.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TYPE "type" ADD VALUE 'windows_glazing';
|
||||
1447
src/app/db/migrations/meta/0058_snapshot.json
Normal file
1447
src/app/db/migrations/meta/0058_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -407,6 +407,13 @@
|
|||
"when": 1701720805209,
|
||||
"tag": "0057_flawless_amazoness",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 58,
|
||||
"version": "5",
|
||||
"when": 1703082901714,
|
||||
"tag": "0058_aromatic_valeria_richards",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -39,6 +39,8 @@ export const MaterialType: [string, ...string[]] = [
|
|||
"flat_roof_preparation",
|
||||
"flat_roof_vapour_barrier",
|
||||
"flat_roof_waterproofing",
|
||||
// Windows
|
||||
"windows_glazing",
|
||||
];
|
||||
export const materialTypeEnum = pgEnum("type", MaterialType);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue