]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/upgrade-schema.php
Wordpress 2.0.11-scripts
[autoinstalls/wordpress.git] / wp-admin / upgrade-schema.php
index 1bcdb45a218b6d97bc00ba2adf818b38bdb15f55..9567960ed3b2a5a55cab84d0e2f565a9a3775fd2 100644 (file)
@@ -123,7 +123,8 @@ CREATE TABLE $wpdb->posts (
   post_mime_type varchar(100) NOT NULL default '',
   comment_count bigint(20) NOT NULL default '0',
   PRIMARY KEY  (ID),
-  KEY post_name (post_name)
+  KEY post_name (post_name),
+  KEY post_status (post_status)
 );
 CREATE TABLE $wpdb->users (
   ID bigint(20) unsigned NOT NULL auto_increment,