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

Modified:
   
CMSContainer/branches/b1_7/CMSContainer/migration/migration_1.7.1_to_1.7.2.txt
Log:
CMSC-1634 - Use 255 chars instead, as builder specifies.

Modified: 
CMSContainer/branches/b1_7/CMSContainer/migration/migration_1.7.1_to_1.7.2.txt
===================================================================
--- 
CMSContainer/branches/b1_7/CMSContainer/migration/migration_1.7.1_to_1.7.2.txt  
    2010-02-17 09:42:14 UTC (rev 41085)
+++ 
CMSContainer/branches/b1_7/CMSContainer/migration/migration_1.7.1_to_1.7.2.txt  
    2010-02-17 09:42:18 UTC (rev 41086)
@@ -50,11 +50,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
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to