pankajkoti commented on code in PR #39275: URL: https://github.com/apache/airflow/pull/39275#discussion_r1582848206
########## docs/apache-airflow/migrations-ref.rst: ########## @@ -39,7 +39,10 @@ Here's the list of all the Database Migrations that are executed via when you ru +---------------------------------+-------------------+-------------------+--------------------------------------------------------------+ | Revision ID | Revises ID | Airflow Version | Description | +=================================+===================+===================+==============================================================+ -| ``677fdbb7fc54`` (head) | ``1949afb29106`` | ``2.10.0`` | add new executor field to db | +| ``bff083ad727d`` (head) | ``677fdbb7fc54`` | ``2.9.1`` | Remove ``idx_last_scheduling_decision`` index on | +| | | | last_scheduling_decision in dag_run table | ++---------------------------------+-------------------+-------------------+--------------------------------------------------------------+ +| ``677fdbb7fc54`` | ``1949afb29106`` | ``2.10.0`` | add new executor field to db | Review Comment: okay, tried doing so in https://github.com/apache/airflow/pull/39275/commits/bcb8a9dfc4e247812164ba0ef9ee53a6c797dcf0, please check if that's the right way. I tested upgrading and downgrading from those airflow versions/db migration revisions and seems to work fine. -- 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]
