Make WordPress Core

Ticket #21435: index.patch

File index.patch, 511 bytes (added by matsubobo, 11 years ago)

patch for create table.

  • wp-admin/includes/schema.php

     
    106106  KEY comment_post_ID (comment_post_ID),
    107107  KEY comment_approved_date_gmt (comment_approved,comment_date_gmt),
    108108  KEY comment_date_gmt (comment_date_gmt),
     109  KEY comment_author (wcomment_author(2)),
    109110  KEY comment_parent (comment_parent)
    110111) $charset_collate;
    111112CREATE TABLE $wpdb->links (