Update of /var/cvs/contributions/CMSContainer/migration
In directory james.mmbase.org:/tmp/cvs-serv11577/migration

Modified Files:
        migration_1.4_to_1.5.txt 
Log Message:
CMSC-1163 - Also update table size for the Live environment. Improved layout.


See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/migration
See also: http://www.mmbase.org/jira/browse/CMSC-1163


Index: migration_1.4_to_1.5.txt
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/migration/migration_1.4_to_1.5.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- migration_1.4_to_1.5.txt    10 Dec 2008 09:00:22 -0000      1.16
+++ migration_1.4_to_1.5.txt    12 Dec 2008 14:30:50 -0000      1.17
@@ -112,6 +112,7 @@
 *
 *
 *
+
 Name: Add the static_html field and the process_status field in 
newsletterpublication builder
 Goal: the static_html,save the Frozen edition ; process_status,save the status 
of edition,CMSC-1143
 Type: sql-script
@@ -126,7 +127,8 @@
 Goal: Used to save confirmation text,CMSC-948
 Type: sql-script
 --- Start script ---
-alter table mm_portletparameter modify  m_value varchar(4000);
+ALTER TABLE mm_portletparameter modify m_value varchar(4000);
+ALTER TABLE live_portletparameter modify m_value varchar(4000);
 --- End script ---
 *
 *
@@ -142,28 +144,22 @@
 *
 *
 
-*
-*
-*
-Name: Add the active filed to the people table.
+Name: Add the active field to the people table of the Community database
 Goal: .
 Type:  sql-script
 --- Start script ---
-ALTER TABLE people ADD COLUMN active varchar(255) ;
+ALTER TABLE people ADD COLUMN active varchar(255);
 --- End script ---
 Exceptions/errors/other problems and what to do:
 *
 *
 *
 
-*
-*
-*
-Name: Moved users without a status to active .
+Name: Moved users without a status to active, in the Community database
 Goal: .
 Type:  sql-script
 --- Start script ---
-UPDATE people SET active='Active' WHERE active is null or active='' ;
+UPDATE people SET active='Active' WHERE active is null or active='';
 --- End script ---
 Exceptions/errors/other problems and what to do:
 *
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to