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

Modified Files:
        migration_1.4_to_1.5.txt 
Log Message:
CMSC-884 Increased the length of the url field


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


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.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- migration_1.4_to_1.5.txt    18 Feb 2008 09:48:39 -0000      1.1
+++ migration_1.4_to_1.5.txt    2 May 2008 15:29:32 -0000       1.2
@@ -13,8 +13,10 @@
 Type:  sql-script
 --- Start script ---
 ALTER TABLE mm_formfield ADD column maxlength int(11);
+ALTER TABLE mm_urls MODIFY url TEXT NOT NULL;
 
 ALTER TABLE live_formfield ADD column maxlength int(11);
+ALTER TABLE live_urls MODIFY url TEXT NOT NULL;
 
 --- 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