Ticket #31071: 31071-d.diff
File 31071-d.diff, 940 bytes (added by , 9 years ago) |
---|
-
wp-admin/includes/schema.php
187 187 KEY post_name (post_name($max_index_length)), 188 188 KEY type_status_date (post_type,post_status,post_date,ID), 189 189 KEY post_parent (post_parent), 190 KEY post_author (post_author) 190 KEY post_author (post_author), 191 KEY post_type_mime_type (post_type, post_mime_type(10)) 191 192 ) $charset_collate;\n"; 192 193 193 194 // Single site users table. The multisite flavor of the users table is handled below. -
wp-includes/version.php
11 11 * 12 12 * @global int $wp_db_version 13 13 */ 14 $wp_db_version = 3668 6;14 $wp_db_version = 36687; 15 15 16 16 /** 17 17 * Holds the TinyMCE version