You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by rw...@apache.org on 2009/04/30 18:01:41 UTC

svn commit: r770305 - /portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml

Author: rwatler
Date: Thu Apr 30 16:01:40 2009
New Revision: 770305

URL: http://svn.apache.org/viewvc?rev=770305&view=rev
Log:
remove key auto increment DDL declaration for SECURITY_DOMAIN: OJB handles primary key creation

Modified:
    portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml

Modified: portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml?rev=770305&r1=770304&r2=770305&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml (original)
+++ portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml Thu Apr 30 16:01:40 2009
@@ -181,7 +181,7 @@
     </table>
     
     <table name="SECURITY_DOMAIN">
-        <column name="DOMAIN_ID" primaryKey="true" type="INTEGER" autoIncrement="true"/>
+        <column name="DOMAIN_ID" primaryKey="true" required="true" type="INTEGER"/>
         <column name="DOMAIN_NAME" type="VARCHAR" size="30"/>
         <column name="REMOTE" default="0" type="BOOLEANINT"/>
         <column name="ENABLED" default="1" type="BOOLEANINT"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org