This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from ae6570f Fixed sequence of starting an ARM instance (#22564)
add 2f5a567 Use Airflow.Base.metadata in FAB models (#22353)
No new revisions were added by this update.
Summary of changes:
airflow/migrations/env.py | 4 +-
...27fdd3_increase_length_of_email_and_username.py | 1 -
...on_for_fab_tables_to_add_missing_constraints.py | 108 +++++++++++++++++++++
airflow/www/fab_security/sqla/models.py | 6 +-
docs/apache-airflow/migrations-ref.rst | 4 +-
tests/utils/test_db.py | 18 ----
tests/www/test_security.py | 9 +-
7 files changed, 126 insertions(+), 24 deletions(-)
create mode 100644
airflow/migrations/versions/0106_909884dea523_update_migration_for_fab_tables_to_add_missing_constraints.py