Changeset 8558
- Timestamp:
- 08/05/08 22:03:48 (1 month ago)
- Files:
-
- branches/2.6/wp-admin/includes/schema.php (modified) (1 diff)
- branches/2.6/wp-includes/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.6/wp-admin/includes/schema.php
r8202 r8558 16 16 $wp_queries="CREATE TABLE $wpdb->terms ( 17 17 term_id bigint(20) NOT NULL auto_increment, 18 name varchar( 55) NOT NULL default '',18 name varchar(200) NOT NULL default '', 19 19 slug varchar(200) NOT NULL default '', 20 20 term_group bigint(10) NOT NULL default 0, branches/2.6/wp-includes/version.php
r8366 r8558 16 16 * @global int $wp_db_version 17 17 */ 18 $wp_db_version = 820 2;18 $wp_db_version = 8203; 19 19 20 20 ?>
