This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 87852caf522bef8056e8b6bbbccaecf5472cc157 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
