Changeset 262 for trunk/wp-admin/b2-2-wp.php
- Timestamp:
- 07/20/2003 09:15:37 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/b2-2-wp.php
r261 r262 202 202 $query = "ALTER TABLE $tableposts ADD COLUMN post_excerpt text NOT NULL;"; 203 203 $q = $wpdb->query($query); 204 // 0.71 mods 204 205 $query = "ALTER TABLE $tableposts ADD post_status ENUM('publish','draft','private') NOT NULL, 205 206 ADD comment_status ENUM('open','closed') NOT NULL, … … 248 249 <p>Don't forget to CHMOD the <code>weblogs.com.changes.cache</code> file and you'll 249 250 be A-okay. Welcome to the family.</p> 251 <p>Now there is one more step to the upgrade process. <a href="upgrade-071-to-072.php">Continue upgrade</a></p> 250 252 <?php 251 253 break;
Note: See TracChangeset
for help on using the changeset viewer.