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 2007/12/22 00:43:34 UTC

svn commit: r606346 - /portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/guides/guide-migration.xml

Author: ate
Date: Fri Dec 21 15:43:34 2007
New Revision: 606346

URL: http://svn.apache.org/viewvc?rev=606346&view=rev
Log:
Preparing for 2.1.3 release: 
- migration guide for 2.1.2 -> 2.1.3

Modified:
    portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/guides/guide-migration.xml

Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/guides/guide-migration.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/guides/guide-migration.xml?rev=606346&r1=606345&r2=606346&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/guides/guide-migration.xml (original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/xdocs/guides/guide-migration.xml Fri Dec 21 15:43:34 2007
@@ -25,8 +25,72 @@
 		</authors>
 	</properties>
 	<body>
-		<section name="Data Migrating from Jetspeed 2.1 to 2.1.3-dev">
-			<p>The following tables describe database schema changes from version 2.1 to version 2.1.3-dev.                                  
+	  <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.3 to version 2.1.2.                                  
+	    </p>
+         <subsection name="Added Indexes">
+            <table>
+                <tr>
+                <th>Table</th>
+                <th>Index</th>                    
+                <th>type</th>                    
+                <th>column(s)</th>
+                </tr>
+                <tr>
+                 <td>PREFS_NODE</td> 
+                 <td>IX_PREFS_NODE_1</td> 
+                 <td>non unique</td> 
+                 <td>PARENT_NODE_ID</td>                                                            
+                </tr>
+                <tr>
+                 <td>PREFS_NODE</td> 
+                 <td>IX_PREFS_NODE_2</td> 
+                 <td>non unique</td> 
+                 <td>FULL_PATH</td>                                                            
+                </tr>                
+                <tr>
+                 <td>PREFS_PROPERTY_VALUE</td> 
+                 <td>IX_FKPPV_1</td> 
+                 <td>non unique</td> 
+                 <td>NODE_ID</td>                                                            
+                </tr>                
+                
+             </table>
+         </subsection>            
+         <subsection name="Foreign Key Altering">
+            <table>
+                <tr>
+                <th>Table</th>                
+                <th>Name</th>
+                <th>Column(s)</th>                    
+                <th>Referencing table</th>
+                <th>Referencing column(s)</th>
+                <th>2.1.2</th>
+                <th>2.1.3</th>                    
+                </tr>
+                <tr>
+                 <td>PREFS_NODE</td> 
+                 <td>FK_PREFS_NODE_1</td>
+                 <td>PARENT_NODE_ID</td> 
+                 <td>PREFS_NODE</td>                                                            
+                 <td>NODE_ID</td>                                                            
+                 <td>(not casade delete)</td>                                                            
+                 <td>CASCADE DELETE</td>                                                            
+                </tr>
+                <tr>
+                 <td>PREFS_PROPERTY_VALUE</td> 
+                 <td>(not named)</td> 
+                 <td>NODE_ID</td>
+                 <td>PREFS_NODE</td>
+                 <td>NODE_ID</td> 
+                 <td>(not casade delete)</td>                                                            
+                 <td>CASCADE DELETE</td>                                                            
+                </tr>                
+            </table>
+            </subsection>                         
+	  </section>	
+	  <section name="Data Migrating from Jetspeed 2.1 to 2.1.2">
+			<p>The following tables describe database schema changes from version 2.1 to version 2.1.2.                                  
 			</p>
 			<subsection name="Added Tables">
 				<table>



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