Add comment_date_gmt key to comments table. Optimize _wp_get_comment_list() query. fixes #5785

git-svn-id: https://develop.svn.wordpress.org/trunk@6825 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-13 19:15:30 +00:00
parent 4fa20e078a
commit 8268af4077
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -16,6 +16,6 @@ $wp_version = '2.4-bleeding';
*
* @global int $wp_db_version
*/
$wp_db_version = 6748;
$wp_db_version = 6825;
?>
?>