Commit f65c7dbe authored by kakawait's avatar kakawait Committed by Phillip Webb

Update 'flyway.locations' appendix documentation

Replace `classpath:db/migrations` with `classpath:db/migrations`.

Fixes gh-2063
parent 3b78aa94
......@@ -223,7 +223,7 @@ content into your application; rather pick only the properties that you need.
# FLYWAY ({sc-spring-boot-autoconfigure}/flyway/FlywayProperties.{sc-ext}[FlywayProperties])
flyway.locations=classpath:db/migrations # locations of migrations scripts
flyway.locations=classpath:db/migration # locations of migrations scripts
flyway.schemas= # schemas to update
flyway.init-version= 1 # version to start migration
flyway.sql-migration-prefix=V
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment