migrator icon indicating copy to clipboard operation
migrator copied to clipboard

Better support for dependencies with conflicting migrations

Open jathak opened this issue 7 years ago • 0 comments

Right now, if a dependency is migrated in multiple ways by multiple entrypoints, the migrator will error with a message that's not particularly helpful.

This should instead display the diff between the two migrations, and ideally give the user a choice of which one to use if the migrator is running in a terminal.

jathak avatar Apr 05 '19 00:04 jathak