try setting baseline for flyway

This commit is contained in:
Marco Lettere 2021-06-11 19:45:26 +02:00
parent bfd86a8697
commit 7c7535f94f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ conductor.db.type=postgres
conductor.postgres.jdbcUrl={{ postgres_jdbc_url }}
conductor.postgres.jdbcUsername={{ postgres_jdbc_user }}
conductor.postgres.jdbcPassword={{ postgres_jdbc_pass }}
spring.flyway.baseline-on-migrate = true
spring.flyway.baseline-on-migrate=true
{% endif %}
{% if conductor_db == 'mysql' %}