This is an automated email from the ASF dual-hosted git repository.
wmedvedeo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 22821f97067 kie-tools-2936: DB Migrator must include
persistence-commons sql (#2937)
22821f97067 is described below
commit 22821f97067384b330e9b0e8824e7f355a479a00
Author: Walter Medvedeo <[email protected]>
AuthorDate: Wed Feb 26 13:35:42 2025 +0100
kie-tools-2936: DB Migrator must include persistence-commons sql (#2937)
---
.../kogito-db-migrator-tool/src/main/resources/application.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/packages/kogito-db-migrator-tool/src/main/resources/application.properties
b/packages/kogito-db-migrator-tool/src/main/resources/application.properties
index 5f18a83ff28..1f38fe58149 100644
--- a/packages/kogito-db-migrator-tool/src/main/resources/application.properties
+++ b/packages/kogito-db-migrator-tool/src/main/resources/application.properties
@@ -23,7 +23,7 @@ quarkus.datasource.dataindex.db-kind=postgresql
quarkus.datasource.dataindex.username=postgres
quarkus.datasource.dataindex.password=postgres
quarkus.datasource.dataindex.jdbc.url=jdbc:postgresql://localhost:5432/postgres
-quarkus.flyway.dataindex.locations=classpath:postgresql/data-index
+quarkus.flyway.dataindex.locations=classpath:postgresql/data-index,classpath:postgresql/persistence-commons
quarkus.flyway.dataindex.schemas=data-index-service
quarkus.flyway.dataindex.migrate-at-start=false
quarkus.flyway.dataindex.clean-at-start=false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]