Make WordPress Core


Ignore:
Timestamp:
09/30/2004 12:25:49 PM (21 years ago)
Author:
donncha
Message:

Changed length of ID field in posts table so it matches the post_id
field in other tables.

File:
1 edited

Legend:

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

    r1664 r1725  
    9898);
    9999CREATE TABLE $wpdb->posts (
    100   ID int(10) unsigned NOT NULL auto_increment,
     100  ID int(11) unsigned NOT NULL auto_increment,
    101101  post_author int(4) NOT NULL default '0',
    102102  post_date datetime NOT NULL default '0000-00-00 00:00:00',
Note: See TracChangeset for help on using the changeset viewer.