Author: jkoster
Date: 2010-02-17 10:42:14 +0100 (Wed, 17 Feb 2010)
New Revision: 41085

Modified:
   CMSContainer/trunk/CMSContainer/migration/migration_1.7_to_1.8.txt
Log:
CMSC-1634 - Use 255 chars instead, as builder specifies.

Modified: CMSContainer/trunk/CMSContainer/migration/migration_1.7_to_1.8.txt
===================================================================
--- CMSContainer/trunk/CMSContainer/migration/migration_1.7_to_1.8.txt  
2010-02-17 09:17:05 UTC (rev 41084)
+++ CMSContainer/trunk/CMSContainer/migration/migration_1.7_to_1.8.txt  
2010-02-17 09:42:14 UTC (rev 41085)
@@ -48,11 +48,11 @@
 Goal: Change the type of the two fields
 Type:  sql-script
 --- Start script ---
-ALTER TABLE mm_subscriptionrecord MODIFY  subscriber VARCHAR(11)
-ALTER TABLE mm_subscriptionrecord MODIFY  format VARCHAR(256)
+ALTER TABLE mm_subscriptionrecord MODIFY  subscriber VARCHAR(11);
+ALTER TABLE mm_subscriptionrecord MODIFY  format VARCHAR(255);
 
-ALTER TABLE live_subscriptionrecord MODIFY  subscriber VARCHAR(11)
-ALTER TABLE live_subscriptionrecord MODIFY  format VARCHAR(256)
+ALTER TABLE live_subscriptionrecord MODIFY  subscriber VARCHAR(11);
+ALTER TABLE live_subscriptionrecord MODIFY  format VARCHAR(255);
 
 --- 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