Skip to content

Commit

Permalink
drop _xcom_archive table if it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraimbuddy committed Nov 26, 2024
1 parent 2077b9e commit 59e3756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,4 @@ def downgrade():

with op.batch_alter_table("xcom", schema=None) as batch_op:
batch_op.drop_column("value_old")
op.drop_table("_xcom_archive", if_exists=True)
2 changes: 1 addition & 1 deletion docs/apache-airflow/img/airflow_erd.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7e6189547c880bdbd8760f9b7d90919d3e1d08ef2477210dcf68a4edf8d0bcea
b3073ec4d411d6bf9aa6388840c7dbb52ed0ca40817d3e4bd76c7ce7f298ea74

0 comments on commit 59e3756

Please sign in to comment.