function comment_update_6003
Add index to parent ID field.
Archivo
- drupal-6.x/
modules/ comment/ comment.install, line 63
Código
function comment_update_6003() {
$ret = array();
db_add_index($ret, 'comments', 'pid', array('pid'));
return $ret;
}