Skip to content

Commit 328a72d

Browse files
committed
Uncomment accidentally left commented line
1 parent 96a52f0 commit 328a72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threedi_schema/migrations/versions/0222_upgrade_db_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def upgrade():
392392
for dst_table, columns in COPY_FROM_GLOBAL.items():
393393
move_multiple_values_to_empty_table("model_settings", dst_table, columns)
394394
# copy data from model_settings to existing table
395-
# move_values_to_table('model_settings', 'flooding_threshold', 'numerical_settings', 'flooding_threshold')
395+
move_values_to_table('model_settings', 'flooding_threshold', 'numerical_settings', 'flooding_threshold')
396396
# set several 'use' columns based on other settings
397397
set_use_from_settings_id()
398398
set_use_inteception()

0 commit comments

Comments
 (0)