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


The following commit(s) were added to refs/heads/master by this push:
     new 15920e8  Little clarification about PGJSONB setup
15920e8 is described below

commit 15920e82efd347244ffe254abadf95c14d65c880
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Thu Feb 21 08:40:21 2019 +0100

    Little clarification about PGJSONB setup
---
 .../workingwithapachesyncope/systemadministration/dbms.adoc       | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git 
a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc
 
b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc
index bea3e29..e5fd01e 100644
--- 
a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc
+++ 
b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc
@@ -123,7 +123,9 @@ endif::[]
 ifeval::["{snapshotOrRelease}" == "snapshot"]
 
https://github.com/apache/syncope/blob/master/core/persistence-jpa-json/src/main/resources/pgjsonb/domains/MasterContent.xml[MasterContent.xml^]
 endif::[]
-,
+and save it under `core/src/main/resources/domains/`.
+
+Download
 ifeval::["{snapshotOrRelease}" == "release"]
 
https://github.com/apache/syncope/blob/syncope-{docVersion}/core/persistence-jpa-json/src/main/resources/pgjsonb/indexes.xml[indexes.xml^]
 endif::[]
@@ -137,7 +139,7 @@ endif::[]
 ifeval::["{snapshotOrRelease}" == "snapshot"]
 
https://github.com/apache/syncope/blob/master/core/persistence-jpa-json/src/main/resources/pgjsonb/views.xml[views.xml^]
 endif::[]
-then save all under `core/src/main/resources/`.
+then save both under `core/src/main/resources/`.
 
 Download
 ifeval::["{snapshotOrRelease}" == "release"]
@@ -146,7 +148,7 @@ endif::[]
 ifeval::["{snapshotOrRelease}" == "snapshot"]
 
https://github.com/apache/syncope/blob/master/core/persistence-jpa-json/src/test/resources/pgjsonb/domains/MasterContent.xml[MasterContent.xml^]
 endif::[]
-and save it under `core/src/test/resources/`.
+and save it under `core/src/test/resources/domains/`.
 
 ===== MySQL
 

Reply via email to