Update of /var/cvs/contributions/CMSContainer/migration
In directory james.mmbase.org:/tmp/cvs-serv10833/migration
Modified Files:
Tag: b1_5
migration_1.3_to_1.4.txt
Log Message:
Forgotten upgrade scripts for new naming policy since 1.4
See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/migration
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.13
retrieving revision 1.13.2.1
diff -u -b -r1.13 -r1.13.2.1
--- migration_1.3_to_1.4.txt 2 May 2008 13:00:07 -0000 1.13
+++ migration_1.3_to_1.4.txt 12 Dec 2008 13:58:51 -0000 1.13.2.1
@@ -38,6 +38,9 @@
ALTER TABLE mm_pagewizardportlet CHANGE column position m_position varchar(28);
ALTER TABLE mm_pagewizardparameter CHANGE column value m_value varchar(45);
+ALTER TABLE mm_rating CHANGE column user m_user text;
+ALTER TABLE mm_rating CHANGE column timestamp m_timestamp datetime;
+ALTER TABLE mm_favorite CHANGE column user m_user text;
RENAME TABLE live_numberTable TO live_numbertable;
ALTER TABLE live_archive CHANGE column date m_date datetime;
@@ -62,6 +65,9 @@
ALTER TABLE live_savedform CHANGE column count m_count int(11);
ALTER TABLE live_savedfieldvalue CHANGE column value m_value varchar(255);
+ALTER TABLE live_rating CHANGE column user m_user text;
+ALTER TABLE live_rating CHANGE column timestamp m_timestamp datetime;
+ALTER TABLE live_favorite CHANGE column user m_user text;
--- End script ---
Exceptions/errors/other problems and what to do:
*
@@ -151,11 +157,11 @@
Name: Upgrade Lucene & Luceus
-Goal: Luceus 0.42 works on Lucene 2.3.1
+Goal: Luceus 0.42 works on Lucene 2.3.2
Type: action
--- Start script ---
- Search for the Lucene references in the customer project that uses Luceus
-- Update Lucene to version 2.3.1 where you find a Lucene version
+- Update Lucene to version 2.3.2 where you find a Lucene version
- Remember to upgrade the Luceus as well in your project.properties:
"luceus.version=0.42"
- Remove the indexes of Lucene /temp/ or perform a Clean Full Index, found in
the war-live Editors.
--- End script ---
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs