mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
migration to fix spelling issue
This commit is contained in:
parent
43e0e30a45
commit
bdef02bce3
4 changed files with 1455 additions and 1 deletions
1
src/app/db/migrations/0057_flawless_amazoness.sql
Normal file
1
src/app/db/migrations/0057_flawless_amazoness.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TYPE "type" ADD VALUE 'flat_roof_waterproofing';
|
||||
1446
src/app/db/migrations/meta/0057_snapshot.json
Normal file
1446
src/app/db/migrations/meta/0057_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -400,6 +400,13 @@
|
|||
"when": 1701714679531,
|
||||
"tag": "0056_gray_owl",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 57,
|
||||
"version": "5",
|
||||
"when": 1701720805209,
|
||||
"tag": "0057_flawless_amazoness",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue