Changeset 3092 for trunk/wp-admin/upgrade-schema.php
- Timestamp:
- 11/15/2005 10:55:24 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upgrade-schema.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-schema.php
r3041 r3092 107 107 post_category int(4) NOT NULL default '0', 108 108 post_excerpt text NOT NULL, 109 post_status enum('publish','draft','private','static','object' ) NOT NULL default 'publish',109 post_status enum('publish','draft','private','static','object','attachment') NOT NULL default 'publish', 110 110 comment_status enum('open','closed','registered_only') NOT NULL default 'open', 111 111 ping_status enum('open','closed') NOT NULL default 'open', … … 121 121 menu_order int(11) NOT NULL default '0', 122 122 post_type varchar(100) NOT NULL, 123 post_mime_type varchar(100) NOT NULL, 123 124 PRIMARY KEY (ID), 124 125 KEY post_name (post_name)
Note: See TracChangeset
for help on using the changeset viewer.