Make WordPress Core

Changeset 3690


Ignore:
Timestamp:
04/04/2006 01:15:25 AM (18 years ago)
Author:
ryan
Message:

Add ID to composite key. #2604

File:
1 edited

Legend:

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

    r3678 r3690  
    119119  PRIMARY KEY  (ID),
    120120  KEY post_name (post_name),
    121   KEY type_status_date (post_type, post_status, post_date)
     121  KEY type_status_date (post_type, post_status, post_date, ID)
    122122);
    123123CREATE TABLE $wpdb->users (
Note: See TracChangeset for help on using the changeset viewer.