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 at...@apache.org on 2008/09/24 23:07:53 UTC

svn commit: r698736 - /portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml

Author: ate
Date: Wed Sep 24 14:07:52 2008
New Revision: 698736

URL: http://svn.apache.org/viewvc?rev=698736&view=rev
Log:
dropping not used principal parent_id field (now fully covered through associations)

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

Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml?rev=698736&r1=698735&r2=698736&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml (original)
+++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml Wed Sep 24 14:07:52 2008
@@ -42,7 +42,6 @@
         <column name="PRINCIPAL_TYPE" required="true" size="20" type="VARCHAR"/>
         <column name="PRINCIPAL_NAME" required="true" size="200" type="VARCHAR"/>        
         <column name="IS_MAPPED" required="true" type="BOOLEANINT"/>
-        <column name="PARENT_ID"  required="false" type="INTEGER"/>
         <column name="IS_ENABLED"  required="true" type="BOOLEANINT"/>
         <column name="IS_READONLY" required="true" type="BOOLEANINT"/>
         <column name="IS_REMOVABLE" required="true" type="BOOLEANINT"/>
@@ -52,12 +51,6 @@
           <unique-column name="PRINCIPAL_TYPE" />
           <unique-column name="PRINCIPAL_NAME" />
         </unique>        
-        <index name="IX_PARENT_PRINCIPAL">
-          <index-column name="PARENT_ID"/>
-        </index>
-        <foreign-key foreignTable="SECURITY_PRINCIPAL" name="FK_PARENT_PRINCIPAL" onDelete="cascade">
-            <reference foreign="PRINCIPAL_ID" local="PARENT_ID"/>
-        </foreign-key>        
     </table>
 
    <!-- 



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