mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-12 13:28:55 +00:00
Merge pull request #342 from Hestia-Homes/main-heating-system-migration-2
New main heating system value
This commit is contained in:
commit
9b9a718b65
4 changed files with 11696 additions and 0 deletions
1
src/app/db/migrations/0254_calm_marvel_boy.sql
Normal file
1
src/app/db/migrations/0254_calm_marvel_boy.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TYPE "public"."main_heating_system" ADD VALUE 'Electric storage heaters, high heat retention' BEFORE 'Unknown';
|
||||
11687
src/app/db/migrations/meta/0254_snapshot.json
Normal file
11687
src/app/db/migrations/meta/0254_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1772,6 +1772,13 @@
|
|||
"when": 1782915725906,
|
||||
"tag": "0253_empty_hardball",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 254,
|
||||
"version": "7",
|
||||
"when": 1782917026626,
|
||||
"tag": "0254_calm_marvel_boy",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -245,6 +245,7 @@ export const MainHeatingSystemValues: [string, ...string[]] = [
|
|||
"Gas room heater, flush live-effect",
|
||||
"Gas room heater, open flue 1980 or later",
|
||||
"Gas room heater, open flue pre-1980",
|
||||
"Electric storage heaters, high heat retention",
|
||||
"Unknown",
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue