Skip to content

Commit

Permalink
Uncomment accidentally left commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Oct 23, 2024
1 parent 96a52f0 commit 328a72d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def upgrade():
for dst_table, columns in COPY_FROM_GLOBAL.items():
move_multiple_values_to_empty_table("model_settings", dst_table, columns)
# copy data from model_settings to existing table
# move_values_to_table('model_settings', 'flooding_threshold', 'numerical_settings', 'flooding_threshold')
move_values_to_table('model_settings', 'flooding_threshold', 'numerical_settings', 'flooding_threshold')
# set several 'use' columns based on other settings
set_use_from_settings_id()
set_use_inteception()
Expand Down

0 comments on commit 328a72d

Please sign in to comment.