You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ds...@apache.org on 2022/06/16 18:41:43 UTC

[airflow] branch main updated (127f8f4de0 -> 677c42227c)

This is an automated email from the ASF dual-hosted git repository.

dstandish pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 127f8f4de0 Upgrade to webpack 5 (#24485)
     add 677c42227c Add indexes for CASCADE deletes for task_instance (#24488)

No new revisions were added by this update.

Summary of changes:
 .../0111_2_3_3_add_indexes_for_cascade_deletes.py  | 94 ++++++++++++++++++++++
 airflow/models/taskfail.py                         |  3 +-
 airflow/models/taskreschedule.py                   |  1 +
 airflow/models/xcom.py                             |  1 +
 docs/apache-airflow/migrations-ref.rst             |  4 +-
 5 files changed, 101 insertions(+), 2 deletions(-)
 create mode 100644 airflow/migrations/versions/0111_2_3_3_add_indexes_for_cascade_deletes.py