git-svn-id: https://develop.svn.wordpress.org/trunk@2156 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-01-27 05:55:07 +00:00
parent 44451b7e80
commit dac0c05dc3
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ CREATE TABLE $wpdb->posts (
post_title text NOT NULL,
post_category int(4) NOT NULL default '0',
post_excerpt text NOT NULL,
post_status enum('publish','draft','private','static') NOT NULL default 'publish',
post_status enum('publish','draft','private','static','object') NOT NULL default 'publish',
comment_status enum('open','closed','registered_only') NOT NULL default 'open',
ping_status enum('open','closed') NOT NULL default 'open',
post_password varchar(20) NOT NULL default '',