summaryrefslogtreecommitdiffstats
path: root/wp-admin/upgrade-schema.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/upgrade-schema.php')
-rw-r--r--wp-admin/upgrade-schema.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/upgrade-schema.php b/wp-admin/upgrade-schema.php
index d7d84ab..3eae7e0 100644
--- a/wp-admin/upgrade-schema.php
+++ b/wp-admin/upgrade-schema.php
@@ -120,7 +120,7 @@ CREATE TABLE $wpdb->posts (
comment_count bigint(20) NOT NULL default '0',
PRIMARY KEY (ID),
KEY post_name (post_name),
- KEY type_status_date (post_type, post_status, post_date, ID)
+ KEY type_status_date (post_type,post_status,post_date,ID)
) TYPE=MyISAM;
CREATE TABLE $wpdb->users (
ID bigint(20) unsigned NOT NULL auto_increment,