Skip to content

Commit

Permalink
Add note about flyway 8.41
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebell90 committed Jan 13, 2022
1 parent 22d6803 commit e656f7c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
// TODO: Detect missing migration files.
// cf. https://github.com/flyway/flyway/issues/1496
// There is also a related @Ignored test in otj-sql.

// MJB: This is finally fixed in Flyway 8.41 onwards
// failOnMissingLocations = true, not willing to force that update yet.
public final class FlywayPreparer implements DatabasePreparer {

private final List<String> locations;
Expand Down

2 comments on commit e656f7c

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java TC Platform / otj-pg-embedded / PR Build Build ???.164/merge.112 is now running

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java TC Platform / otj-pg-embedded / PR Build Build 1.0.0.RC1-SNAPSHOT.164/merge.112 outcome was SUCCESS
Summary: Tests passed: 13, ignored: 2 Build time: 00:00:47

Please sign in to comment.