From d59aa7f0794207e21b5bfa4a71b5a698f361aad8 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Wed, 1 Jul 2026 14:43:39 +0000 Subject: [PATCH] new main heating system value --- src/app/db/schema/landlord_overrides.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/db/schema/landlord_overrides.ts b/src/app/db/schema/landlord_overrides.ts index 3a0bfe72..13005b18 100644 --- a/src/app/db/schema/landlord_overrides.ts +++ b/src/app/db/schema/landlord_overrides.ts @@ -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", ];