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 wo...@apache.org on 2008/10/20 16:45:18 UTC

svn commit: r706311 - /portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/xdocs/guides/guide-migration.xml

Author: woonsan
Date: Mon Oct 20 07:45:17 2008
New Revision: 706311

URL: http://svn.apache.org/viewvc?rev=706311&view=rev
Log:
Updated Vivek's change: Removing foreign key from portlet_prefernce_value table.

Modified:
    portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/xdocs/guides/guide-migration.xml

Modified: portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/xdocs/guides/guide-migration.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/xdocs/guides/guide-migration.xml?rev=706311&r1=706310&r2=706311&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/xdocs/guides/guide-migration.xml (original)
+++ portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/xdocs/guides/guide-migration.xml Mon Oct 20 07:45:17 2008
@@ -380,6 +380,26 @@
             </tr>
           </table>
         </subsection>
+        <subsection name="Removed Foreign Key">
+            <table>
+                <tr>
+                    <th>Table</th>                
+                    <th>Name</th>
+                    <th>Column(s)</th>                    
+                    <th>Referencing table</th>
+                    <th>Referencing column(s)</th>
+                    <th>Cascade</th>
+                </tr>
+                <tr>
+                    <td>PORTLET_PREFERENCE_VALUE</td> 
+                    <td>FK_PORTLET_ENTITY</td>
+                    <td>ENTITY_ID</td>
+                    <td>PORTLET_ENTITY</td>
+                    <td>ID</td>
+                    <td>CASCADE DELETE</td>
+                </tr>
+            </table>
+        </subsection>                         
       </section>    
 	  <section name="Data Migrating from Jetspeed 2.1.2 to 2.1.3">
 	    <p>The following tables describe database schema changes from version 2.1.2 to version 2.1.3.                                  



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