diff --git a/wp-admin/includes/schema.php b/wp-admin/includes/schema.php index 7085e3d41d..15ccfb29ac 100644 --- a/wp-admin/includes/schema.php +++ b/wp-admin/includes/schema.php @@ -159,7 +159,7 @@ CREATE TABLE $wpdb->posts ( pinged text NOT NULL, post_modified datetime NOT NULL default '0000-00-00 00:00:00', post_modified_gmt datetime NOT NULL default '0000-00-00 00:00:00', - post_content_filtered text NOT NULL, + post_content_filtered longtext NOT NULL, post_parent bigint(20) unsigned NOT NULL default '0', guid varchar(255) NOT NULL default '', menu_order int(11) NOT NULL default '0', diff --git a/wp-includes/version.php b/wp-includes/version.php index 1ebc6930f1..a1490b877a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -11,7 +11,7 @@ $wp_version = '3.4-alpha-19861'; * * @global int $wp_db_version */ -$wp_db_version = 19799; +$wp_db_version = 19863; /** * Holds the TinyMCE version