Ticket #11914: schema.diff
| File schema.diff, 488 bytes (added by , 16 years ago) |
|---|
-
schema.php
145 145 PRIMARY KEY (ID), 146 146 KEY post_name (post_name), 147 147 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) 149 150 ) $charset_collate; 150 151 CREATE TABLE $wpdb->users ( 151 152 ID bigint(20) unsigned NOT NULL auto_increment,