diff --git a/wp-admin/b2-2-wp.php b/wp-admin/b2-2-wp.php index ebc58aaf74..af0a7d8d6f 100644 --- a/wp-admin/b2-2-wp.php +++ b/wp-admin/b2-2-wp.php @@ -201,6 +201,7 @@ if ($got_row) { $query = "ALTER TABLE $tableposts ADD COLUMN post_excerpt text NOT NULL;"; $q = $wpdb->query($query); +// 0.71 mods $query = "ALTER TABLE $tableposts ADD post_status ENUM('publish','draft','private') NOT NULL, ADD comment_status ENUM('open','closed') NOT NULL, ADD ping_status ENUM('open','closed') NOT NULL, @@ -247,6 +248,7 @@ $q = $wpdb->query($query);

Don't forget to CHMOD the weblogs.com.changes.cache file and you'll be A-okay. Welcome to the family.

+

Now there is one more step to the upgrade process. Continue upgrade