Changeset 4076
- Timestamp:
- 08/07/06 00:30:56 (2 years ago)
- Files:
-
- trunk/wp-admin/upgrade-schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/upgrade-schema.php
r3960 r4076 119 119 PRIMARY KEY (ID), 120 120 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) 122 122 ); 123 123 CREATE TABLE $wpdb->users (
