This is an automated email from the ASF dual-hosted git repository. ash pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
from bfd0bbe4ce2 Prevent repeated warning of triggers being added twice in triggerer (#54438) add a51ef23787c Create FAB's user/role tables on migration, not only on initdb (#54227) No new revisions were added by this update. Summary of changes: providers/fab/docs/migrations-ref.rst | 10 +- .../0001_1_4_0_create_ab_tables_if_missing.py | 220 +++++++++++++++++++++ .../versions/0001_1_4_0_placeholder_migration.py | 45 ----- 3 files changed, 225 insertions(+), 50 deletions(-) create mode 100644 providers/fab/src/airflow/providers/fab/migrations/versions/0001_1_4_0_create_ab_tables_if_missing.py delete mode 100644 providers/fab/src/airflow/providers/fab/migrations/versions/0001_1_4_0_placeholder_migration.py