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

Modified Files:
        migration_1.3_to_1.4.txt 
Added Files:
        migration_1.4_to_1.5.txt 
Log Message:
more changes in column names


See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/migration


migration_1.4_to_1.5.txt is new



Index: migration_1.3_to_1.4.txt
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/migration/migration_1.3_to_1.4.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- migration_1.3_to_1.4.txt    14 Feb 2008 16:29:59 -0000      1.5
+++ migration_1.3_to_1.4.txt    18 Feb 2008 09:48:39 -0000      1.6
@@ -30,6 +30,14 @@
 ALTER TABLE mm_publishqueue CHANGE column action m_action varchar(32);
 ALTER TABLE mm_remotenodes CHANGE column timestamp m_timestamp datetime;
 
+ALTER TABLE mm_formfieldvalue CHANGE column value m_value varchar(255);
+ALTER TABLE mm_formfieldvalue CHANGE column text m_text varchar(255);
+ALTER TABLE mm_savedform CHANGE column count m_count int(11);
+ALTER TABLE mm_savedfieldvalue CHANGE column value m_value varchar(255);
+
+ALTER TABLE mm_pagewizardportlet CHANGE column position m_position varchar(28);
+ALTER TABLE mm_pagewizardparameter CHANGE column value m_value varchar(45);
+
 
 RENAME TABLE live_numberTable TO live_numbertable;
 ALTER TABLE live_archive CHANGE column date m_date datetime;
@@ -49,6 +57,11 @@
 ALTER TABLE live_publishqueue CHANGE column action m_action varchar(32);
 ALTER TABLE live_remotenodes CHANGE column timestamp m_timestamp datetime;
 
+ALTER TABLE live_formfieldvalue CHANGE column value m_value varchar(255);
+ALTER TABLE live_formfieldvalue CHANGE column text m_text varchar(255);
+ALTER TABLE live_savedform CHANGE column count m_count int(11);
+ALTER TABLE live_savedfieldvalue CHANGE column value m_value varchar(255);
+
 --- End script ---
 Exceptions/errors/other problems and what to do:
 *
@@ -82,3 +95,20 @@
 <%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc"%>
 <%@ taglib uri="http://finalist.com/cmsc-basicmodel"; prefix="cmsc-bm"%> 
 With the focus on: cmsc instead of csmc!
+*
+*
+*
+
+Name: Add stacktrace column to workflowitem
+Goal: Add stacktrace column to workflowitem
+Type:  sql-script
+--- Start script ---
+ALTER TABLE mm_workflowitem ADD column stacktrace text;
+
+--- 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