From 87bed677d1d95694901d77dc5f2a00636d0a127e Mon Sep 17 00:00:00 2001 From: mikelittle Date: Sun, 20 Jul 2003 21:15:37 +0000 Subject: [PATCH] Link to final part of upgrade git-svn-id: http://svn.automattic.com/wordpress/trunk@262 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/b2-2-wp.php | 2 ++ 1 file changed, 2 insertions(+) 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