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 vk...@apache.org on 2009/03/05 16:54:16 UTC

svn commit: r750480 - /portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/guide-migration.xml

Author: vkumar
Date: Thu Mar  5 15:54:15 2009
New Revision: 750480

URL: http://svn.apache.org/viewvc?rev=750480&view=rev
Log:
Updating migration guide for jetspeed-2.1.4

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

Modified: portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/guide-migration.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/guide-migration.xml?rev=750480&r1=750479&r2=750480&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/guide-migration.xml (original)
+++ portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/guide-migration.xml Thu Mar  5 15:54:15 2009
@@ -25,6 +25,30 @@
 		</authors>
 	</properties>
 	<body>
+	  <section name="Data Migrating from Jetspeed 2.1.3 to 2.1.4">
+	    <p>The following tables describe database schema changes from version 2.1.4 to version 2.1.3.                                  
+	    </p>
+         <subsection name="Constraint removed">
+            <table>
+                <tr>
+                <th>Table</th>
+                <th>column(s)</th>                    
+                <th>2.1.3</th>                    
+                <th>2.1.4</th>
+                </tr>
+                <tr>
+                 <td>PARAMETER</td> 
+                 <td>PARAMETER_VALUE</td> 
+                 <td>Required</td> 
+                 <td>Not required</td>                                                            
+                </tr>
+            </table>
+            <p>
+            Here is an example of the SQL migration scripts for the MySQL database:
+            <source><![CDATA[ALTER TABLE 'PARAMETER` MODIFY COLUMN `PARAMETER_VALUE` DEFAULT NULL;]]></source>            
+            </p>       
+            </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.3 to version 2.1.2.                                  
 	    </p>



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