What
Similar to FlywayDB outOfOrder option.
Allows migrations to be run "out of order".
If you already have versions 1 and 3 applied, and now a version 2 is found, it will be applied too instead of being ignored.
Why
Flexibility to apply a hotfix to production, then cherry-pick the migration back to development environments which are already ahead of production.
What
Similar to FlywayDB outOfOrder option.
Why
Flexibility to apply a hotfix to production, then cherry-pick the migration back to development environments which are already ahead of production.