-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Rebases the wrong migration when merging branches #80
Comments
The |
is there currently a work flow for merges? |
No, nothing currently. I always rebase so it doesn't affect me. |
@adamchainz , I found myself in the same situation as I'm mostly using I can prepare a PR |
Released in 2.8.0, thanks @dmitrysleptsov 🎉 |
When merging a branch (e.g. main) into the current one I would expect the current branches migrations to rebase on top of the incoming branches ones, similar to if you rebase onto main instead of merging main. However instead it rebased the migrations in main. I suspect this is because ours and theirs are reversed in rebases vs merges.
The text was updated successfully, but these errors were encountered: