forked from gCubeSystem/conductor-setup
try setting baseline for flyway
This commit is contained in:
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…
Reference in New Issue