We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b18a99 + fb82334 commit 9964028Copy full SHA for 9964028
data-index/data-index-quarkus/data-index-service-postgresql/src/main/resources/application.properties
@@ -38,6 +38,8 @@ quarkus.container-image.group=org.kie.kogito
38
quarkus.jib.jvm-arguments=-Dquarkus.http.port=8080
39
40
# Flyway Locations
41
-quarkus.flyway.locations=classpath:kie-flyway/db/data-index/postgresql,classpath:kie-flyway/db/persistence-commons/postgresql
+quarkus.flyway.locations=classpath:kie-flyway/db/data-index/postgresql
42
+
43
+quarkus.flyway.ignore-migration-patterns=versioned:missing
44
45
quarkus.datasource.jdbc.additional-jdbc-properties.stringtype=unspecified
0 commit comments