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 ta...@apache.org on 2006/12/14 15:19:50 UTC

svn commit: r487219 - /portals/jetspeed-2/trunk/etc/schema/security-schema.xml

Author: taylor
Date: Thu Dec 14 06:19:49 2006
New Revision: 487219

URL: http://svn.apache.org/viewvc?view=rev&rev=487219
Log:
Reducing size of FK constraint name

Modified:
    portals/jetspeed-2/trunk/etc/schema/security-schema.xml

Modified: portals/jetspeed-2/trunk/etc/schema/security-schema.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/etc/schema/security-schema.xml?view=diff&rev=487219&r1=487218&r2=487219
==============================================================================
--- portals/jetspeed-2/trunk/etc/schema/security-schema.xml (original)
+++ portals/jetspeed-2/trunk/etc/schema/security-schema.xml Thu Dec 14 06:19:49 2006
@@ -121,10 +121,10 @@
     <table name="SSO_SITE_TO_PRINCIPALS">
     	<column name="SITE_ID" primaryKey="true" required="true" type="INTEGER"/>
         <column name="PRINCIPAL_ID" primaryKey="true" required="true" type="INTEGER"/>
-         <foreign-key foreignTable="SSO_SITE" name="SSO_SITE_TO_PRINCIPALS_FK_SITE_ID_SSO_SITE" onDelete="cascade">
+         <foreign-key foreignTable="SSO_SITE" name="SSO_SITE_TO_PRINC_FK1" onDelete="cascade">             
             <reference foreign="SITE_ID" local="SITE_ID"/>
         </foreign-key>
-       <foreign-key foreignTable="SECURITY_PRINCIPAL"  name="SSO_S_TO_P_FK_P_ID_SEC_P" onDelete="cascade">
+       <foreign-key foreignTable="SECURITY_PRINCIPAL"  name="SSO_SITE_TO_PRINC_FK2" onDelete="cascade">
             <reference foreign="PRINCIPAL_ID" local="PRINCIPAL_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