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

Modified Files:
        migration_1.4_to_1.5.txt 
Log Message:
CMSC-1028 - Better handling of missing content elements in portlets - Improved 
thread listing view - Added thread dump cleaning line.


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


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.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- migration_1.4_to_1.5.txt    15 Jul 2008 12:12:46 -0000      1.5
+++ migration_1.4_to_1.5.txt    25 Jul 2008 12:17:21 -0000      1.6
@@ -38,3 +38,13 @@
 *
 *
 *
+
+Name: Add database index to the remote publishing
+Goal: Make the Admin publish queue overview faster
+Type:  sql-script
+--- Start script ---
+CREATE INDEX mm_publishqueue_report_idx ON mm_publishqueue 
(m_status,m_timestamp);
+
+--- End script ---
+*
+*
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to