Skip to content

Commit

Permalink
Update migration with correct curve keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mabijkerk committed Mar 5, 2024
1 parent 8d123ad commit f0c3eb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/migrate/20240118205201_built_environment_heat_inputs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0c3eb5

Please sign in to comment.