Skip to content

Commit

Permalink
FIX: Drop COMP-A View (#42)
Browse files Browse the repository at this point in the history
WC700 Comp-A View must be dropped before migration.
  • Loading branch information
rymarczy authored Jan 28, 2025
1 parent 3df994b commit db80986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/alembic/versions/009_f2c5a52c7149_fix_wc700_comp_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def upgrade() -> None:
;
"""
try:
op.execute("DROP VIEW IF EXISTS ods.wc700_comp_a;")
op.execute(comp_a_view)
except Exception as exception:
logging.exception(exception)
Expand Down

0 comments on commit db80986

Please sign in to comment.