Skip to content

Commit

Permalink
Fixed flyway#1678: ignoreMissingMigrations default not specified
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Fontaine committed Nov 27, 2017
1 parent fc3e901 commit 76b1ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyway-commandline/src/main/assembly/flyway.conf
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ flyway.url=
# (unknown to us) has also been applied. Instead of bombing out (fail fast) with an exception, a
# warning is logged and Flyway continues normally. This is useful for situations where one must be able to deploy
# a newer version of the application even though it doesn't contain migrations included with an older one anymore.
# true to continue normally and log a warning, false to fail fast with an exception.
# true to continue normally and log a warning, false to fail fast with an exception. (default: false)
# flyway.ignoreMissingMigrations=

# Ignore future migrations when reading the metadata table. These are migrations that were performed by a
Expand Down

0 comments on commit 76b1ca9

Please sign in to comment.