Skip to content

Commit

Permalink
Fix out of order migration
Browse files Browse the repository at this point in the history
  • Loading branch information
manan164 committed Oct 3, 2023
1 parent efe0573 commit 41ec26b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public Flyway flywayForPrimaryDb() {
.schemas("public")
.dataSource(dataSource)
.baselineOnMigrate(true)
.outOfOrder(true)
.mixed(true)
.load();
}
Expand Down

0 comments on commit 41ec26b

Please sign in to comment.