From 6622691fbf7a3cdb2433dfacea527cafe738a02c Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 8 Feb 2012 14:51:18 +0000 Subject: [PATCH] Switch post_content_filtered from text to longtext so that it matches post_content. Props ejdanderson. fixes #19387 git-svn-id: https://develop.svn.wordpress.org/trunk@19863 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/schema.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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