pankajkoti commented on code in PR #39275:
URL: https://github.com/apache/airflow/pull/39275#discussion_r1584733768
##########
airflow/utils/db.py:
##########
@@ -91,6 +91,8 @@
"2.8.0": "10b52ebd31f7",
"2.8.1": "88344c1d9134",
"2.9.0": "1949afb29106",
+ "2.9.1": "bff083ad727d",
+ "2.10.0": "677fdbb7fc54",
Review Comment:
Even if I remove it, the pre-commit hook check-revision-heads-map adds it
back.
Those references get used when running the commands
`airflow db downgrade --to-version 2.9.1`
`airflow db migrate --to-version 2.9.1`
##########
airflow/utils/db.py:
##########
@@ -91,6 +91,8 @@
"2.8.0": "10b52ebd31f7",
"2.8.1": "88344c1d9134",
"2.9.0": "1949afb29106",
+ "2.9.1": "bff083ad727d",
+ "2.10.0": "677fdbb7fc54",
Review Comment:
Even if I remove it, the pre-commit hook `check-revision-heads-map` adds it
back.
Those references get used when running the commands
`airflow db downgrade --to-version 2.9.1`
`airflow db migrate --to-version 2.9.1`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]