Changeset 1188
- Timestamp:
- 04/27/2004 02:43:10 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-functions.php
r1185 r1188 807 807 // Forward-thinking 808 808 $wpdb->query("ALTER TABLE `$tableposts` CHANGE `post_status` `post_status` ENUM( 'publish', 'draft', 'private', 'static' ) DEFAULT 'publish' NOT NULL"); 809 }810 811 809 maybe_add_column($tableposts, 'post_parent', "ALTER TABLE `$tableposts` ADD `post_parent` INT NOT NULL ;"); 812 810 811 } 812 813 813 ?>
Note: See TracChangeset
for help on using the changeset viewer.