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

Modified Files:
        migration_1.4_to_1.5.txt 
Log Message:
CMSC-811 auto create publication. newsletter prototype,modify the length of the 
filed mimetype  to 128.


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


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.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- migration_1.4_to_1.5.txt    2 May 2008 15:29:32 -0000       1.2
+++ migration_1.4_to_1.5.txt    16 May 2008 06:36:16 -0000      1.3
@@ -23,3 +23,16 @@
 *
 *
 *
+
+Name: Enlarge mimetype field for attachments
+Goal: Enlarge mimetype field for attachments
+Type:  sql-script
+--- Start script ---
+ALTER TABLE mm_attachements MODIFY mimetype varchar(128);
+
+ALTER TABLE live_attachements MODIFY mimetype varchar(128);
+--- 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