jeejz commented on code in PR #2298: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/2298#discussion_r2812179334
########## jobs-service/jobs-service-inmemory/src/main/resources/application.properties: ########## @@ -20,6 +20,9 @@ #Flyway - It's safe to enable Flyway by default for in-memory storage quarkus.flyway.migrate-at-start=true quarkus.flyway.baseline-on-migrate=true +# Disable Flyway validation to avoid conflicts with data-index migrations applied +# to the shared dev-services PostgreSQL container by earlier modules in the build. +quarkus.flyway.validate-on-migrate=false Review Comment: Fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
