Make WordPress Core

Changeset 19863


Ignore:
Timestamp:
02/08/2012 02:51:18 PM (13 years ago)
Author:
ryan
Message:

Switch post_content_filtered from text to longtext so that it matches post_content. Props ejdanderson. fixes #19387

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/schema.php

    r19799 r19863  
    160160  post_modified datetime NOT NULL default '0000-00-00 00:00:00',
    161161  post_modified_gmt datetime NOT NULL default '0000-00-00 00:00:00',
    162   post_content_filtered text NOT NULL,
     162  post_content_filtered longtext NOT NULL,
    163163  post_parent bigint(20) unsigned NOT NULL default '0',
    164164  guid varchar(255) NOT NULL default '',
  • trunk/wp-includes/version.php

    r19861 r19863  
    1212 * @global int $wp_db_version
    1313 */
    14 $wp_db_version = 19799;
     14$wp_db_version = 19863;
    1515
    1616/**
Note: See TracChangeset for help on using the changeset viewer.