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

Modified Files:
        migration_1.5_to_1.6.txt 
Log Message:
CMSC-681 Asset Maintenance


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.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- migration_1.5_to_1.6.txt    24 Dec 2008 14:35:28 -0000      1.10
+++ migration_1.5_to_1.6.txt    7 Jan 2009 03:51:10 -0000       1.11
@@ -49,6 +49,9 @@
 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;
+
+update mm_urls set title=name;
+update live_urls set title=name;
 --- 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