Ticket #21435: index.patch
File index.patch, 511 bytes (added by , 11 years ago) |
---|
-
wp-admin/includes/schema.php
106 106 KEY comment_post_ID (comment_post_ID), 107 107 KEY comment_approved_date_gmt (comment_approved,comment_date_gmt), 108 108 KEY comment_date_gmt (comment_date_gmt), 109 KEY comment_author (wcomment_author(2)), 109 110 KEY comment_parent (comment_parent) 110 111 ) $charset_collate; 111 112 CREATE TABLE $wpdb->links (