mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Increase term name length. Props nbachiyski. fixes #7465
git-svn-id: http://svn.automattic.com/wordpress/trunk@8553 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
859921a0f4
commit
b6420b411c
@ -15,7 +15,7 @@ if ( $wpdb->supports_collation() ) {
|
||||
|
||||
$wp_queries="CREATE TABLE $wpdb->terms (
|
||||
term_id bigint(20) NOT NULL auto_increment,
|
||||
name varchar(55) NOT NULL default '',
|
||||
name varchar(200) NOT NULL default '',
|
||||
slug varchar(200) NOT NULL default '',
|
||||
term_group bigint(10) NOT NULL default 0,
|
||||
PRIMARY KEY (term_id),
|
||||
|
Loading…
Reference in New Issue
Block a user