mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
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:
parent
9e6fbb0061
commit
3d3073d095
@ -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',
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user