Skip to content

Commit 9964028

Browse files
authored
Merge pull request #98 from fjtirado/9.104.x-prod_2990
[Fix 2990] Ignore missing flyway script for cache table
2 parents 9b18a99 + fb82334 commit 9964028

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data-index/data-index-quarkus/data-index-service-postgresql/src/main/resources/application.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ quarkus.container-image.group=org.kie.kogito
3838
quarkus.jib.jvm-arguments=-Dquarkus.http.port=8080
3939

4040
# Flyway Locations
41-
quarkus.flyway.locations=classpath:kie-flyway/db/data-index/postgresql,classpath:kie-flyway/db/persistence-commons/postgresql
41+
quarkus.flyway.locations=classpath:kie-flyway/db/data-index/postgresql
42+
43+
quarkus.flyway.ignore-migration-patterns=versioned:missing
4244

4345
quarkus.datasource.jdbc.additional-jdbc-properties.stringtype=unspecified

0 commit comments

Comments
 (0)