Add index on taxonomy. see #7415

git-svn-id: https://develop.svn.wordpress.org/trunk@10733 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-03-06 08:26:45 +00:00
parent 4006d1a355
commit 88894e7df1
2 changed files with 3 additions and 2 deletions

View File

@@ -15,6 +15,6 @@ $wp_version = '2.8-bleeding-edge';
*
* @global int $wp_db_version
*/
$wp_db_version = 10553;
$wp_db_version = 10733;
?>