diff options
Diffstat (limited to 'modules/comment/comment.install')
-rw-r--r-- | modules/comment/comment.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/comment/comment.install b/modules/comment/comment.install index 45afd76bd..780753c75 100644 --- a/modules/comment/comment.install +++ b/modules/comment/comment.install @@ -287,6 +287,7 @@ function comment_schema() { 'primary key' => array('nid'), 'indexes' => array( 'node_comment_timestamp' => array('last_comment_timestamp'), + 'comment_count' => array('comment_count'), ), 'foreign keys' => array( 'nid' => array('node' => 'nid'), |