Polish Flyway keys
This commit is contained in:
@@ -522,20 +522,23 @@ 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.batch = #
|
||||
spring.flyway.check-location=true # Whether to check that migration scripts location exists.
|
||||
spring.flyway.clean-disabled= #
|
||||
spring.flyway.clean-on-validation-error= #
|
||||
spring.flyway.dry-run-output= #
|
||||
spring.flyway.enabled=true # Whether to enable flyway.
|
||||
spring.flyway.encoding= #
|
||||
spring.flyway.error-handlers= #
|
||||
spring.flyway.error-overrides= #
|
||||
spring.flyway.group= #
|
||||
spring.flyway.ignore-ignored-migrations= #
|
||||
spring.flyway.ignore-future-migrations= #
|
||||
spring.flyway.ignore-missing-migrations= #
|
||||
spring.flyway.init-sqls= # SQL statements to execute to initialize a connection immediately after obtaining it.
|
||||
spring.flyway.installed-by= #
|
||||
spring.flyway.locations=classpath:db/migration # The locations of migrations scripts.
|
||||
spring.flyway.mixed= #
|
||||
spring.flyway.oracle-sqlplus= #
|
||||
spring.flyway.out-of-order= #
|
||||
spring.flyway.password= # JDBC password to use if you want Flyway to create its own DataSource.
|
||||
spring.flyway.placeholder-prefix= #
|
||||
@@ -550,6 +553,7 @@ content into your application. Rather, pick only the properties that you need.
|
||||
spring.flyway.sql-migration-separator= #
|
||||
spring.flyway.sql-migration-suffix=.sql #
|
||||
spring.flyway.sql-migration-suffixes= #
|
||||
spring.flyway.stream= #
|
||||
spring.flyway.table= #
|
||||
spring.flyway.target= #
|
||||
spring.flyway.undo-sql-migration-prefix= #
|
||||
|
||||
Reference in New Issue
Block a user