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

Modified Files:
        migration_1.1_to_1.2.txt migration_1.3_to_1.4.txt 
Log Message:
CMSC-873 - Updates to XML files for better formatting and language. Also added 
entries to migration script


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


Index: migration_1.1_to_1.2.txt
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/migration/migration_1.1_to_1.2.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- migration_1.1_to_1.2.txt    7 Aug 2007 08:38:04 -0000       1.1
+++ migration_1.1_to_1.2.txt    28 Apr 2008 16:47:53 -0000      1.2
@@ -9,7 +9,7 @@
 
 
 Name: Create new column (modules) for properties
-Goal: So seperate module specific properties can be stored
+Goal: So separate module specific properties can be stored
 Type: sql-script
 --- Start script ---
 alter table mm_properties add column module varchar(255);


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.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- migration_1.3_to_1.4.txt    15 Apr 2008 08:08:22 -0000      1.11
+++ migration_1.3_to_1.4.txt    28 Apr 2008 16:47:53 -0000      1.12
@@ -152,6 +152,7 @@
 *
 *
 
+
 Name: Add detailsupport to views.
 Goal: SearchService will use this setting for determination of detail pages
 Type: sql-script
@@ -163,3 +164,17 @@
 *
 *
 *
\ No newline at end of file
+
+
+Name: Update field size of the dynamic forms
+Goal: increase size of text to be entered.
+Type: sql-script
+--- Start script ---
+ALTER TABLE mm_savedfieldvalue MODIFY column m_value text;
+ALTER TABLE live_savedfieldvalue MODIFY column m_value text;
+--- End script ---
+Exceptions/errors/other problems and what to do:
+*
+*
+*
+
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to