Ticket #3729: wp_schema_big_catname.diff
| File wp_schema_big_catname.diff, 0.9 kB (added by charleshooper, 2 years ago) |
|---|
-
wp-includes/version.php
old new 3 3 // This holds the version number in a separate file so we can bump it without cluttering the SVN 4 4 5 5 $wp_version = '2.1.1-alpha'; 6 $wp_db_version = 477 2;6 $wp_db_version = 4773; 7 7 8 8 ?> -
wp-admin/upgrade-schema.php
old new 3 3 4 4 $wp_queries="CREATE TABLE $wpdb->categories ( 5 5 cat_ID bigint(20) NOT NULL auto_increment, 6 cat_name varchar( 55) NOT NULL default '',6 cat_name varchar(200) NOT NULL default '', 7 7 category_nicename varchar(200) NOT NULL default '', 8 8 category_description longtext NOT NULL, 9 9 category_parent bigint(20) NOT NULL default '0',
