Make WordPress Core


Ignore:
Timestamp:
10/05/2004 08:27:13 AM (22 years ago)
Author:
saxmatt
Message:

Pages update and tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade-schema.php

    r1737 r1747  
    118118  post_parent int(11) NOT NULL default '0',
    119119  guid varchar(255) NOT NULL default '',
     120  menu_order int(11) NOT NULL default '0',
    120121  PRIMARY KEY  (ID),
    121   KEY post_date_gmt (post_date_gmt),
    122122  KEY post_name (post_name),
    123   KEY post_status (post_status)
    124123);
    125124CREATE TABLE $wpdb->users (
Note: See TracChangeset for help on using the changeset viewer.