Ticket #9471: schema.patch
File schema.patch, 972 bytes (added by , 16 years ago) |
---|
-
wp-admin/includes/schema.php
129 129 post_modified datetime NOT NULL default '0000-00-00 00:00:00', 130 130 post_modified_gmt datetime NOT NULL default '0000-00-00 00:00:00', 131 131 post_content_filtered text NOT NULL, 132 post_parent bigint( 20) unsignedNOT NULL default '0',132 post_parent bigint(40) NOT NULL default '0', 133 133 guid varchar(255) NOT NULL default '', 134 134 menu_order int(11) NOT NULL default '0', 135 135 post_type varchar(20) NOT NULL default 'post', -
wp-includes/version.php
15 15 * 16 16 * @global int $wp_db_version 17 17 */ 18 $wp_db_version = 1154 8;18 $wp_db_version = 11549; 19 19 20 20 /** 21 21 * Holds the TinyMCE version