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

Modified Files:
        migration_1.3_to_1.4.txt 
Log Message:
CMSC-855 Add field to specify detail support to the views


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


Index: migration_1.3_to_1.4.txt
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/migration/migration_1.3_to_1.4.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- migration_1.3_to_1.4.txt    14 Apr 2008 11:28:02 -0000      1.10
+++ migration_1.3_to_1.4.txt    15 Apr 2008 08:08:22 -0000      1.11
@@ -151,3 +151,15 @@
 *
 *
 *
\ No newline at end of file
+
+Name: Add detailsupport to views.
+Goal: SearchService will use this setting for determination of detail pages
+Type: sql-script
+--- Start script ---
+alter table mm_view add column detailsupport tinyint(1) NOT NULL default '1';
+alter table live_view add column detailsupport tinyint(1) NOT NULL default '1';
+--- End script ---
+Exceptions/errors/other problems and what to do:
+*
+*
+*
\ No newline at end of file
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to