diff --git a/core/modules/forum/forum.install b/core/modules/forum/forum.install index 2eebd7f..ab84f31 100644 --- a/core/modules/forum/forum.install +++ b/core/modules/forum/forum.install @@ -219,6 +219,8 @@ function forum_schema() { ), 'indexes' => array( 'forum_topics' => array('nid', 'tid', 'sticky', 'last_comment_timestamp'), + 'created' => array('created'), + 'last_comment_timestamp' => array('last_comment_timestamp'), ), 'foreign keys' => array( 'tracked_node' => array(