Added windows glazing material to db

This commit is contained in:
Khalim Conn-Kowlessar 2023-12-20 14:35:40 +00:00
parent bdef02bce3
commit cc14bebf11
4 changed files with 1457 additions and 0 deletions

View file

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

File diff suppressed because it is too large Load diff

View file

@ -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
}
]
}

View file

@ -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);