diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 0bbad5e78..ccaf437c4 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2491,10 +2491,9 @@ function system_update_7029() { } /** - * Add an index to node_comment_statistics on comment_count. + * Moved to comment_update_7011(). */ function system_update_7030() { - db_add_index('node_comment_statistics', 'comment_count', array('comment_count')); } /** |