We slightly fixed the behavior of the force option in #139, but the fix introduced a regression in error handling; errors in plan commands, except for detected diffs, should not be ignored regardless of force or not.
A single-state migration implementation did not have this bug because it had a similar but different implementation, but I'll take this opportunity to use the same logic.
Fixes #140
We slightly fixed the behavior of the force option in #139, but the fix introduced a regression in error handling; errors in plan commands, except for detected diffs, should not be ignored regardless of force or not.
A single-state migration implementation did not have this bug because it had a similar but different implementation, but I'll take this opportunity to use the same logic.