Update of /var/cvs/contributions/CMSContainer/migration
In directory james.mmbase.org:/tmp/cvs-serv17172/migration
Modified Files:
Tag: b1_4
migration_1.3_to_1.4.txt
Added Files:
Tag: b1_4
migration_1.4.5_to_1.4.6.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
migration_1.4.5_to_1.4.6.txt is new
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.4.2.5
retrieving revision 1.4.2.6
diff -u -b -r1.4.2.5 -r1.4.2.6
--- migration_1.3_to_1.4.txt 14 Apr 2008 11:28:07 -0000 1.4.2.5
+++ migration_1.3_to_1.4.txt 15 Apr 2008 08:08:14 -0000 1.4.2.6
@@ -138,7 +138,6 @@
*
-
Name: Upgrade Lucene & Luceus
Goal: Luceus 0.42 works on Lucene 2.3.1
Type: action
@@ -152,3 +151,16 @@
*
*
*
+
+
+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
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs