function forum_update_7002
Add new index to forum_index table.
Related topics
File
-
modules/
forum/ forum.install, line 362
Code
function forum_update_7002() {
db_drop_index('forum_index', 'forum_topics');
db_add_index('forum_index', 'forum_topics', array(
'nid',
'tid',
'sticky',
'last_comment_timestamp',
));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.