Skip to content

Commit

Permalink
Re-enable removing tables at the end of the migration
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Dec 6, 2024
1 parent 5619c13 commit b474884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threedi_schema/migrations/versions/0228_upgrade_db_1D.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def upgrade():
modify_control_target_type()
fix_material_id()
fix_geometry_columns()
# remove_tables([old for old, _ in RENAME_TABLES]+DELETE_TABLES+[Temp.__tablename__, 'v2_manhole'])
remove_tables([old for old, _ in RENAME_TABLES]+DELETE_TABLES+[Temp.__tablename__, 'v2_manhole'])


def downgrade():
Expand Down

0 comments on commit b474884

Please sign in to comment.