Changeset 4076

Show
Ignore:
Timestamp:
08/07/06 00:30:56 (2 years ago)
Author:
ryan
Message:

Fix duplicate index error. Props ryanscheuermann. fixes #2695

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 (