Merge pull request #342 from Hestia-Homes/main-heating-system-migration-2

New main heating system value
This commit is contained in:
Daniel Roth 2026-07-01 15:45:45 +01:00 committed by GitHub
commit 9b9a718b65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11696 additions and 0 deletions

View file

@ -0,0 +1 @@
ALTER TYPE "public"."main_heating_system" ADD VALUE 'Electric storage heaters, high heat retention' BEFORE 'Unknown';

File diff suppressed because it is too large Load diff

View file

@ -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
}
]
}

View file

@ -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",
];