mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Shhhh
git-svn-id: http://svn.automattic.com/wordpress/trunk@2156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c0e5791277
commit
4699b62b40
@ -106,7 +106,7 @@ CREATE TABLE $wpdb->posts (
|
|||||||
post_title text NOT NULL,
|
post_title text NOT NULL,
|
||||||
post_category int(4) NOT NULL default '0',
|
post_category int(4) NOT NULL default '0',
|
||||||
post_excerpt text NOT NULL,
|
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',
|
comment_status enum('open','closed','registered_only') NOT NULL default 'open',
|
||||||
ping_status enum('open','closed') NOT NULL default 'open',
|
ping_status enum('open','closed') NOT NULL default 'open',
|
||||||
post_password varchar(20) NOT NULL default '',
|
post_password varchar(20) NOT NULL default '',
|
||||||
|
Loading…
Reference in New Issue
Block a user