You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/02/21 07:41:03 UTC

[syncope] branch 2_1_X updated: Little clarification about PGJSONB setup

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 dfa7582  Little clarification about PGJSONB setup
dfa7582 is described below

commit dfa75824a99f79646fd6a434d62d9291c0f9338f
Author: Francesco Chicchiriccò <il...@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 17e89cd..7c95548 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/2_1_X/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/2_1_X/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/2_1_X/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