mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Added low energy lighting installation as a type to db
This commit is contained in:
parent
aabff33b82
commit
39f6f1ec62
4 changed files with 1382 additions and 0 deletions
1
src/app/db/migrations/0052_married_silver_sable.sql
Normal file
1
src/app/db/migrations/0052_married_silver_sable.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TYPE "type" ADD VALUE 'low_energy_lighting_installation';
|
||||
1373
src/app/db/migrations/meta/0052_snapshot.json
Normal file
1373
src/app/db/migrations/meta/0052_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue