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ò <ilgro...@apache.org>
Authored: Tue Jun 20 10:18:01 2017 +0200
Committer: Francesco Chicchiriccò <ilgro...@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>

Reply via email to