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 2017/06/20 08:18:36 UTC

[1/2] syncope git commit: Fixing indexes for Oracle

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 9e6cc7c01 -> e71a33683
  refs/heads/master 335cfdab3 -> 7d20e44d1


Fixing indexes for Oracle


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/e71a3368
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/e71a3368
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/e71a3368

Branch: refs/heads/2_0_X
Commit: e71a336831b88539786391bd0327142b1f54896e
Parents: 9e6cc7c
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Jun 20 10:18:01 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Jun 20 10:18:01 2017 +0200

----------------------------------------------------------------------
 core/persistence-jpa/src/main/resources/indexes.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/e71a3368/core/persistence-jpa/src/main/resources/indexes.xml
----------------------------------------------------------------------
diff --git a/core/persistence-jpa/src/main/resources/indexes.xml b/core/persistence-jpa/src/main/resources/indexes.xml
index c9b51a5..40a2cd1 100644
--- a/core/persistence-jpa/src/main/resources/indexes.xml
+++ b/core/persistence-jpa/src/main/resources/indexes.xml
@@ -67,16 +67,16 @@ under the License.
   <entry key="ARelationship_AnyObjectIndex">CREATE INDEX ARelationship_AnyObjectIndex ON ARelationship(left_anyObject_id)</entry>
 
   <entry key="UPlainAttrValue_attrIndex">CREATE INDEX UPlainAttrValue_attrIndex on UPlainAttrValue(attribute_id)</entry>
-  <entry key="UPlainAttrUniqueValue_attrIndex">CREATE INDEX UPlainAttrUniqueValue_attrIndex on UPlainAttrUniqueValue(attribute_id)</entry>
+  <entry key="UPAttrUniqueValue_attrIndex">CREATE INDEX UPAttrUniqueValue_attrIndex on UPlainAttrUniqueValue(attribute_id)</entry>
 
   <entry key="GPlainAttrValue_attrIndex">CREATE INDEX GPlainAttrValue_attrIndex on GPlainAttrValue(attribute_id)</entry>
-  <entry key="GPlainAttrUniquesValue_attrIndex">CREATE INDEX GPlainAttrUniqueValue_attrIndex on GPlainAttrUniqueValue(attribute_id)</entry>
+  <entry key="GPAttrUniquesValue_attrIndex">CREATE INDEX GPAttrUniqueValue_attrIndex on GPlainAttrUniqueValue(attribute_id)</entry>
 
   <entry key="APlainAttrValue_attrIndex">CREATE INDEX APlainAttrValue_attrIndex on APlainAttrValue(attribute_id)</entry>
-  <entry key="APlainAttrUniqueValue_attrIndex">CREATE INDEX APlainAttrUniqueValue_attrIndex on APlainAttrUniqueValue(attribute_id)</entry>
+  <entry key="APAttrUniqueValue_attrIndex">CREATE INDEX APAttrUniqueValue_attrIndex on APlainAttrUniqueValue(attribute_id)</entry>
 
   <entry key="CPlainAttrValue_attrIndex">CREATE INDEX CPlainAttrValue_attrIndex on CPlainAttrValue(attribute_id)</entry>
-  <entry key="CPlainAttrUniqueValue_attrIndex">CREATE INDEX CPlainAttrUniqueValue_attrIndex on CPlainAttrUniqueValue(attribute_id)</entry>
+  <entry key="CPAttrUniqueValue_attrIndex">CREATE INDEX CPAttrUniqueValue_attrIndex on CPlainAttrUniqueValue(attribute_id)</entry>
 
   <entry key="UPlainAttr_owner_Index">CREATE INDEX UPlainAttr_owner_Index on UPlainAttr(owner_id)</entry>
   <entry key="UPlainAttr_schema_Index">CREATE INDEX UPlainAttr_schema_Index on UPlainAttr(schema_id)</entry>


[2/2] syncope git commit: Fixing indexes for Oracle

Posted by il...@apache.org.
Fixing indexes for Oracle


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/7d20e44d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/7d20e44d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/7d20e44d

Branch: refs/heads/master
Commit: 7d20e44d1b675f210870b381ad555ef4667c51e6
Parents: 335cfda
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Jun 20 10:18:01 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Jun 20 10:18:28 2017 +0200

----------------------------------------------------------------------
 core/persistence-jpa/src/main/resources/indexes.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/7d20e44d/core/persistence-jpa/src/main/resources/indexes.xml
----------------------------------------------------------------------
diff --git a/core/persistence-jpa/src/main/resources/indexes.xml b/core/persistence-jpa/src/main/resources/indexes.xml
index c9b51a5..40a2cd1 100644
--- a/core/persistence-jpa/src/main/resources/indexes.xml
+++ b/core/persistence-jpa/src/main/resources/indexes.xml
@@ -67,16 +67,16 @@ under the License.
   <entry key="ARelationship_AnyObjectIndex">CREATE INDEX ARelationship_AnyObjectIndex ON ARelationship(left_anyObject_id)</entry>
 
   <entry key="UPlainAttrValue_attrIndex">CREATE INDEX UPlainAttrValue_attrIndex on UPlainAttrValue(attribute_id)</entry>
-  <entry key="UPlainAttrUniqueValue_attrIndex">CREATE INDEX UPlainAttrUniqueValue_attrIndex on UPlainAttrUniqueValue(attribute_id)</entry>
+  <entry key="UPAttrUniqueValue_attrIndex">CREATE INDEX UPAttrUniqueValue_attrIndex on UPlainAttrUniqueValue(attribute_id)</entry>
 
   <entry key="GPlainAttrValue_attrIndex">CREATE INDEX GPlainAttrValue_attrIndex on GPlainAttrValue(attribute_id)</entry>
-  <entry key="GPlainAttrUniquesValue_attrIndex">CREATE INDEX GPlainAttrUniqueValue_attrIndex on GPlainAttrUniqueValue(attribute_id)</entry>
+  <entry key="GPAttrUniquesValue_attrIndex">CREATE INDEX GPAttrUniqueValue_attrIndex on GPlainAttrUniqueValue(attribute_id)</entry>
 
   <entry key="APlainAttrValue_attrIndex">CREATE INDEX APlainAttrValue_attrIndex on APlainAttrValue(attribute_id)</entry>
-  <entry key="APlainAttrUniqueValue_attrIndex">CREATE INDEX APlainAttrUniqueValue_attrIndex on APlainAttrUniqueValue(attribute_id)</entry>
+  <entry key="APAttrUniqueValue_attrIndex">CREATE INDEX APAttrUniqueValue_attrIndex on APlainAttrUniqueValue(attribute_id)</entry>
 
   <entry key="CPlainAttrValue_attrIndex">CREATE INDEX CPlainAttrValue_attrIndex on CPlainAttrValue(attribute_id)</entry>
-  <entry key="CPlainAttrUniqueValue_attrIndex">CREATE INDEX CPlainAttrUniqueValue_attrIndex on CPlainAttrUniqueValue(attribute_id)</entry>
+  <entry key="CPAttrUniqueValue_attrIndex">CREATE INDEX CPAttrUniqueValue_attrIndex on CPlainAttrUniqueValue(attribute_id)</entry>
 
   <entry key="UPlainAttr_owner_Index">CREATE INDEX UPlainAttr_owner_Index on UPlainAttr(owner_id)</entry>
   <entry key="UPlainAttr_schema_Index">CREATE INDEX UPlainAttr_schema_Index on UPlainAttr(schema_id)</entry>