Align default of flyway.check-location with equivalent Liquibase prop

Closes gh-10807
This commit is contained in:
Eddú Meléndez
2017-10-27 20:57:52 -05:00
committed by Andy Wilkinson
parent 8eae372433
commit dcc6d8d6ff
3 changed files with 5 additions and 6 deletions

View File

@@ -487,7 +487,7 @@ content into your application; rather pick only the properties that you need.
spring.flyway.baseline-description= #
spring.flyway.baseline-on-migrate= #
spring.flyway.baseline-version=1 # version to start migration
spring.flyway.check-location=false # Check that migration scripts location exists.
spring.flyway.check-location=true # Check that migration scripts location exists.
spring.flyway.clean-disabled= #
spring.flyway.clean-on-validation-error= #
spring.flyway.enabled=true # Enable flyway.