try setting baseline for flyway

master
Marco Lettere 3 years ago
parent bfd86a8697
commit 7c7535f94f

@ -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' %}

Loading…
Cancel
Save