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

Modified Files:
        migration_1.5_to_1.6.txt 
Log Message:
CMSC-681 - Make SQL better.


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


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.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- migration_1.5_to_1.6.txt    17 Dec 2008 09:56:31 -0000      1.4
+++ migration_1.5_to_1.6.txt    17 Dec 2008 10:18:21 -0000      1.5
@@ -42,13 +42,13 @@
 Goal: Asset improvements
 Type:  sql-script
 --- Start script ---
-ALTER TABLE mm_urls ADD column title text;
-ALTER TABLE mm_urls MODIFY description text;
-ALTER TABLE mm_images MODIFY title text;
-
-ALTER TABLE live_images MODIFY title text;
-ALTER TABLE live_urls ADD column title text;
-ALTER TABLE live_urls MODIFY description text;
+ALTER TABLE mm_urls ADD column title text NULL;
+ALTER TABLE mm_urls MODIFY description text NULL;
+ALTER TABLE mm_images MODIFY title text NULL;
+
+ALTER TABLE live_images MODIFY title text NULL;
+ALTER TABLE live_urls ADD column title text NULL;
+ALTER TABLE live_urls MODIFY description text NULL;
 --- 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