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

Modified Files:
        migration_1.5_to_1.6.txt 
Log Message:
CMSC-1239 - Site URL fragments for Live and Staging are limited to 40 
characters, increased to 255 chars.


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


Index: migration_1.5_to_1.6.txt
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/migration/migration_1.5_to_1.6.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- migration_1.5_to_1.6.txt    7 Jan 2009 15:47:33 -0000       1.12
+++ migration_1.5_to_1.6.txt    13 Jan 2009 14:16:01 -0000      1.13
@@ -91,3 +91,16 @@
 *
 *
 *
+
+
+Name: Staging fragment of site-builder is too small (only 40 chars).
+Goal: enlarge it
+Type:  sql-script
+--- Start script ---
+ALTER TABLE mm_site MODIFY column stagingfragment varchar(255);
+ALTER TABLE live_site MODIFY column stagingfragment varchar(255);
+--- 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