Skip to content

Commit

Permalink
Update airflow/migrations/versions/0033_3_0_0_remove_redundant_index.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ephraim Anierobi <[email protected]>
  • Loading branch information
dstandish and ephraimbuddy committed Sep 20, 2024
1 parent a409909 commit beeb6fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

def upgrade():
"""Apply Remove redundant index."""
# ### commands auto generated by Alembic - please adjust! ###
with op.batch_alter_table("log", schema=None) as batch_op:
batch_op.drop_index("idx_log_dag")

Expand Down

0 comments on commit beeb6fb

Please sign in to comment.