Remove blog_id column from wp_options. Props scribu. fixes #17188

git-svn-id: https://develop.svn.wordpress.org/trunk@19793 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-01-30 20:47:25 +00:00
parent 9e6fbb0061
commit 3d3073d095
2 changed files with 1 additions and 2 deletions

View File

@ -128,7 +128,6 @@ CREATE TABLE $wpdb->links (
) $charset_collate;
CREATE TABLE $wpdb->options (
option_id bigint(20) unsigned NOT NULL auto_increment,
blog_id int(11) NOT NULL default '0',
option_name varchar(64) NOT NULL default '',
option_value longtext NOT NULL,
autoload varchar(20) NOT NULL default 'yes',

View File

@ -11,7 +11,7 @@ $wp_version = '3.4-alpha-19719';
*
* @global int $wp_db_version
*/
$wp_db_version = 19784;
$wp_db_version = 19793;
/**
* Holds the TinyMCE version