From 7c7535f94f70c803fc1ee9dca898bcfeeee4e8ec Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Fri, 11 Jun 2021 19:45:26 +0200 Subject: [PATCH] try setting baseline for flyway --- roles/conductor/templates/conductor-swarm-config.properties.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/conductor/templates/conductor-swarm-config.properties.j2 b/roles/conductor/templates/conductor-swarm-config.properties.j2 index 115896d..dfb5437 100644 --- a/roles/conductor/templates/conductor-swarm-config.properties.j2 +++ b/roles/conductor/templates/conductor-swarm-config.properties.j2 @@ -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' %}