diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-08-10 22:19:11 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-08-10 22:19:11 +0000 |
| commit | 69a120282949dc8a5526a7486751bc07aea44d9d (patch) | |
| tree | 9485c819fbf9b2e118db2267629501ebb00fb0e5 /wp-admin/upgrade-schema.php | |
| parent | 9c59b9cf9db84c636a7e9b66440bb1dd9ac78be5 (diff) | |
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@721 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/upgrade-schema.php')
| -rw-r--r-- | wp-admin/upgrade-schema.php | 2 |
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, |
