From f0c3eb5643e631ad51292f92c945e678e609fdb3 Mon Sep 17 00:00:00 2001 From: Mathijs Bijkerk Date: Tue, 5 Mar 2024 11:51:39 +0100 Subject: [PATCH] Update migration with correct curve keys --- db/migrate/20240118205201_built_environment_heat_inputs.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db/migrate/20240118205201_built_environment_heat_inputs.rb b/db/migrate/20240118205201_built_environment_heat_inputs.rb index b117e57a7..6afbd521b 100644 --- a/db/migrate/20240118205201_built_environment_heat_inputs.rb +++ b/db/migrate/20240118205201_built_environment_heat_inputs.rb @@ -30,9 +30,9 @@ class BuiltEnvironmentHeatInputs < ActiveRecord::Migration[7.0] HOUSING_STOCK_AGES_NEW = %w[before_1945 1945_1964 1965_1984 1985_2004 2005_present].freeze USER_CURVES_OLD = %w[ - insulation_corner_houses_low - insulation_corner_houses_mid - insulation_corner_houses_high + weather/insulation_corner_houses_low_curve + weather/insulation_corner_houses_medium_curve + weather/insulation_corner_houses_high_curve ].freeze def up