-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix db downgrades #19994
Fix db downgrades #19994
Conversation
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
ebe81f1
to
1711528
Compare
Needs rebase for another migration? |
1711528
to
955b9ed
Compare
Not really, it was just 1 commit behind, but I've rebased again to get that extra green check mark 👍 |
That's a protection to avoid accidental "double-head" case BTW |
955b9ed
to
aae981f
Compare
Downgrading from 2.2.0 wasn't working on Postgres or MySQL.
aae981f
to
bd92d7f
Compare
Downgrading from 2.2.0 wasn't working on Postgres or MySQL. (cherry picked from commit 14bff0e)
Downgrading from 2.2.0 wasn't working on Postgres or MySQL.
Closes #19945