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 2013/03/12 12:42:36 UTC

svn commit: r1455498 - in /syncope/branches/1_0_X/core/src/main/resources/META-INF: orm.xml.oracle orm.xml.sqlserver

Author: ilgrosso
Date: Tue Mar 12 11:42:35 2013
New Revision: 1455498

URL: http://svn.apache.org/r1455498
Log:
Outdate start value for Oracle and SQL Server

Modified:
    syncope/branches/1_0_X/core/src/main/resources/META-INF/orm.xml.oracle
    syncope/branches/1_0_X/core/src/main/resources/META-INF/orm.xml.sqlserver

Modified: syncope/branches/1_0_X/core/src/main/resources/META-INF/orm.xml.oracle
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/core/src/main/resources/META-INF/orm.xml.oracle?rev=1455498&r1=1455497&r2=1455498&view=diff
==============================================================================
--- syncope/branches/1_0_X/core/src/main/resources/META-INF/orm.xml.oracle (original)
+++ syncope/branches/1_0_X/core/src/main/resources/META-INF/orm.xml.oracle Tue Mar 12 11:42:35 2013
@@ -175,7 +175,7 @@ under the License.
     <attributes>
       <id name="id">
         <generated-value generator="SEQ_Task" strategy="TABLE"/>
-        <table-generator name="SEQ_Task" pk-column-value="SEQ_Task" initial-value="10"/>
+        <table-generator name="SEQ_Task" pk-column-value="SEQ_Task" initial-value="100"/>
       </id>
     </attributes>
   </entity>

Modified: syncope/branches/1_0_X/core/src/main/resources/META-INF/orm.xml.sqlserver
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/core/src/main/resources/META-INF/orm.xml.sqlserver?rev=1455498&r1=1455497&r2=1455498&view=diff
==============================================================================
--- syncope/branches/1_0_X/core/src/main/resources/META-INF/orm.xml.sqlserver (original)
+++ syncope/branches/1_0_X/core/src/main/resources/META-INF/orm.xml.sqlserver Tue Mar 12 11:42:35 2013
@@ -199,7 +199,7 @@ under the License.
     <attributes>
       <id name="id">
         <generated-value generator="SEQ_Task" strategy="TABLE"/>
-        <table-generator name="SEQ_Task" pk-column-value="SEQ_Task" initial-value="10"/>
+        <table-generator name="SEQ_Task" pk-column-value="SEQ_Task" initial-value="100"/>
       </id>
     </attributes>
   </entity>