Skip to content

Commit

Permalink
Merge pull request #41 from orkes-io/migration_fix
Browse files Browse the repository at this point in the history
Fix out of order migration using flyway configuration
  • Loading branch information
manan164 authored Oct 31, 2023
2 parents efe0573 + 41ec26b commit 4b12b56
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 4b12b56

Please sign in to comment.