Added low energy lighting installation as a type to db

This commit is contained in:
Khalim Conn-Kowlessar 2023-11-28 16:50:05 +00:00
parent aabff33b82
commit 39f6f1ec62
4 changed files with 1382 additions and 0 deletions

View file

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

File diff suppressed because it is too large Load diff

View file

@ -365,6 +365,13 @@
"when": 1701172557411,
"tag": "0051_fat_callisto",
"breakpoints": true
},
{
"idx": 52,
"version": "5",
"when": 1701190168990,
"tag": "0052_married_silver_sable",
"breakpoints": true
}
]
}

View file

@ -35,6 +35,7 @@ export const MaterialType: [string, ...string[]] = [
"ewi_wall_demolition",
"ewi_wall_preparation",
"ewi_wall_redecoration",
"low_energy_lighting_installation",
];
export const materialTypeEnum = pgEnum("type", MaterialType);