function comment_update_6004
Add index to to node_comment_statistics on comment_count
Related topics
Archivo
- drupal-6.x/
modules/ comment/ comment.install, line 77
Código
function comment_update_6004() {
$ret = array();
db_add_index($ret, 'node_comment_statistics', 'comment_count', array('comment_count'));
return $ret;
}