@@ -513,17 +513,17 @@ content into your application. Rather, pick only the properties that you need.
513
513
# ----------------------------------------
514
514
515
515
# FLYWAY ({sc-spring-boot-autoconfigure}/flyway/FlywayProperties.{sc-ext}[FlywayProperties])
516
- spring.flyway.allow-mixed-migrations= #
517
516
spring.flyway.baseline-description= #
518
517
spring.flyway.baseline-on-migrate= #
519
518
spring.flyway.baseline-version=1 # Version to start migration
520
519
spring.flyway.check-location=true # Whether to check that migration scripts location exists.
521
520
spring.flyway.clean-disabled= #
522
521
spring.flyway.clean-on-validation-error= #
522
+ spring.flyway.dry-run-output= #
523
523
spring.flyway.enabled=true # Whether to enable flyway.
524
524
spring.flyway.encoding= #
525
+ spring.flyway.error-handlers= #
525
526
spring.flyway.group= #
526
- spring.flyway.ignore-failed-future-migration= #
527
527
spring.flyway.ignore-future-migrations= #
528
528
spring.flyway.ignore-missing-migrations= #
529
529
spring.flyway.init-sqls= # SQL statements to execute to initialize a connection immediately after obtaining it.
@@ -543,8 +543,10 @@ content into your application. Rather, pick only the properties that you need.
543
543
spring.flyway.sql-migration-prefix=V #
544
544
spring.flyway.sql-migration-separator= #
545
545
spring.flyway.sql-migration-suffix=.sql #
546
+ spring.flyway.sql-migration-suffixes= #
546
547
spring.flyway.table= #
547
548
spring.flyway.target= #
549
+ spring.flyway.undo-sql-migration-prefix= #
548
550
spring.flyway.url= # JDBC url of the database to migrate. If not set, the primary configured data source is used.
549
551
spring.flyway.user= # Login user of the database to migrate.
550
552
spring.flyway.validate-on-migrate= #
0 commit comments