Add key on comment_approved,comment_date to speed up last comment modified queries. fixes #5773

git-svn-id: https://develop.svn.wordpress.org/trunk@6729 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-05 18:04:17 +00:00
parent b23b4b052d
commit fa13bbbd58
3 changed files with 5 additions and 4 deletions

View File

@@ -16,6 +16,6 @@ $wp_version = '2.4-bleeding';
*
* @global int $wp_db_version
*/
$wp_db_version = 6689;
$wp_db_version = 6730;
?>