migration to fix spelling issue

This commit is contained in:
Khalim Conn-Kowlessar 2023-12-04 21:32:46 +00:00
parent 43e0e30a45
commit bdef02bce3
4 changed files with 1455 additions and 1 deletions

View file

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

File diff suppressed because it is too large Load diff

View file

@ -400,6 +400,13 @@
"when": 1701714679531,
"tag": "0056_gray_owl",
"breakpoints": true
},
{
"idx": 57,
"version": "5",
"when": 1701720805209,
"tag": "0057_flawless_amazoness",
"breakpoints": true
}
]
}

View file

@ -38,7 +38,7 @@ export const MaterialType: [string, ...string[]] = [
"low_energy_lighting_installation",
"flat_roof_preparation",
"flat_roof_vapour_barrier",
"flat_roof_waterpoofing",
"flat_roof_waterproofing",
];
export const materialTypeEnum = pgEnum("type", MaterialType);