Changeset 8558

Show
Ignore:
Timestamp:
08/05/08 22:03:48 (1 month ago)
Author:
ryan
Message:

Increase term name length. Props nbachiyski. fixes #7465 for 2.6

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.6/wp-admin/includes/schema.php

    r8202 r8558  
    1616$wp_queries="CREATE TABLE $wpdb->terms ( 
    1717 term_id bigint(20) NOT NULL auto_increment, 
    18  name varchar(55) NOT NULL default '', 
     18 name varchar(200) NOT NULL default '', 
    1919 slug varchar(200) NOT NULL default '', 
    2020 term_group bigint(10) NOT NULL default 0, 
  • branches/2.6/wp-includes/version.php

    r8366 r8558  
    1616 * @global int $wp_db_version 
    1717 */ 
    18 $wp_db_version = 8202
     18$wp_db_version = 8203
    1919 
    2020?>