bolkedebruin commented on a change in pull request #6442: [AIRFLOW-5771] Merge
alembic heads
URL: https://github.com/apache/airflow/pull/6442#discussion_r339334657
##########
File path: airflow/migrations/versions/b3b105409875_add_root_dag_id_to_dag.py
##########
@@ -27,7 +27,7 @@
# revision identifiers, used by Alembic.
revision = 'b3b105409875'
-down_revision = 'd38e04c12aa2'
+down_revision = ('d38e04c12aa2', 'b0125267960b')
Review comment:
But can't we adjust the head of AIP-24 btw? That would not make the double
reference required?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services