Make WordPress Core


Ignore:
Timestamp:
07/20/2003 09:15:37 PM (21 years ago)
Author:
mikelittle
Message:

Link to final part of upgrade

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/b2-2-wp.php

    r261 r262  
    202202$query = "ALTER TABLE $tableposts ADD COLUMN post_excerpt text NOT NULL;";
    203203$q = $wpdb->query($query);
     204// 0.71 mods
    204205$query = "ALTER TABLE $tableposts ADD post_status ENUM('publish','draft','private') NOT NULL,
    205206ADD comment_status ENUM('open','closed') NOT NULL,
     
    248249<p>Don't forget to CHMOD the <code>weblogs.com.changes.cache</code> file and you'll
    249250  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>
    250252<?php
    251253    break;
Note: See TracChangeset for help on using the changeset viewer.