Update of /var/cvs/contributions/CMSContainer/migration
In directory james.mmbase.org:/tmp/cvs-serv14157/migration
Modified Files:
migration_1.4_to_1.5.txt
Log Message:
CMSC-967 LinkValidator error, valid field defined as string. should be boolean
See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/migration
See also: http://www.mmbase.org/jira/browse/CMSC-967
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.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- migration_1.4_to_1.5.txt 25 Jul 2008 16:16:37 -0000 1.7
+++ migration_1.4_to_1.5.txt 1 Aug 2008 13:34:36 -0000 1.8
@@ -66,3 +66,18 @@
*
*
*
+
+Name: Fix valid field in urls builder
+Goal: Fix valid field in urls builder
+Type: sql-script
+--- Start script ---
+ALTER TABLE mm_urls MODIFY valid tinyint(1) NOT NULL default '1';
+
+ALTER TABLE live_urls MODIFY valid tinyint(1) NOT NULL default '1';
+--- End script ---
+Exceptions/errors/other problems and what to do:
+*
+*
+*
+
+
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs