Ticket #11914: schema.diff

File schema.diff, 488 bytes (added by miqrogroove, 3 years ago)
  • schema.php

     
    145145  PRIMARY KEY  (ID), 
    146146  KEY post_name (post_name), 
    147147  KEY type_status_date (post_type,post_status,post_date,ID), 
    148   KEY post_parent (post_parent) 
     148  KEY post_parent (post_parent), 
     149  KEY post_author (post_author) 
    149150) $charset_collate; 
    150151CREATE TABLE $wpdb->users ( 
    151152  ID bigint(20) unsigned NOT NULL auto_increment,