Skip to content

Commit

Permalink
Fix #2987: ignore superseded repeatables when validating
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodleBobBuffPants committed Nov 6, 2020
1 parent 54c40b3 commit 2febb70
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -354,6 +354,7 @@ public ErrorDetails validate() {



&& (MigrationState.SUPERSEDED != state)
&& (!context.missing || (MigrationState.MISSING_SUCCESS != state && MigrationState.MISSING_FAILED != state))
&& (!context.future || (MigrationState.FUTURE_SUCCESS != state && MigrationState.FUTURE_FAILED != state))) {
if (appliedMigration.getVersion() != null) {
Expand Down

0 comments on commit 2febb70

Please sign in to comment.