This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new 2d23398 Fixing audit table settings with Docker and pgjsonb / myjson
2d23398 is described below
commit 2d23398340d4a17e9c1d8bd23a0e4b1964c81459
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon May 10 17:34:00 2021 +0200
Fixing audit table settings with Docker and pgjsonb / myjson
---
docker/core/src/main/resources/domains/Master.properties.myjson | 2 +-
docker/core/src/main/resources/domains/Master.properties.pgjsonb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/core/src/main/resources/domains/Master.properties.myjson
b/docker/core/src/main/resources/domains/Master.properties.myjson
index 96430ad..958fd2e 100644
--- a/docker/core/src/main/resources/domains/Master.properties.myjson
+++ b/docker/core/src/main/resources/domains/Master.properties.myjson
@@ -25,4 +25,4 @@ Master.orm=META-INF/spring-orm-myjson.xml
Master.pool.maxActive=${DB_POOL_MAX}
Master.pool.minIdle=${DB_POOL_MIN}
-Master.audit.sql=audit_mysql_innodb.sql
+Master.audit.sql=audit_myjson.sql
diff --git a/docker/core/src/main/resources/domains/Master.properties.pgjsonb
b/docker/core/src/main/resources/domains/Master.properties.pgjsonb
index 2f50013..8cb007d 100644
--- a/docker/core/src/main/resources/domains/Master.properties.pgjsonb
+++ b/docker/core/src/main/resources/domains/Master.properties.pgjsonb
@@ -25,4 +25,4 @@ Master.orm=META-INF/spring-orm-pgjsonb.xml
Master.pool.maxActive=${DB_POOL_MAX}
Master.pool.minIdle=${DB_POOL_MIN}
-Master.audit.sql=audit.sql
+Master.audit.sql=audit_pgjsonb.sql