Make WordPress Core

Changeset 4076


Ignore:
Timestamp:
08/07/2006 12:30:56 AM (18 years ago)
Author:
ryan
Message:

Fix duplicate index error. Props ryanscheuermann. fixes #2695

File:
1 edited

Legend:

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

    r3960 r4076  
    119119  PRIMARY KEY  (ID),
    120120  KEY post_name (post_name),
    121   KEY type_status_date (post_type, post_status, post_date, ID)
     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.