Changeset 1320 for trunk/wp-admin/upgrade-functions.php
- Timestamp:
- 05/19/2004 11:28:23 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-functions.php
r1251 r1320 832 832 maybe_add_column($tableposts, 'post_parent', "ALTER TABLE `$tableposts` ADD `post_parent` INT NOT NULL ;"); 833 833 834 835 $wpdb->query("ALTER TABLE `$tablecomments` CHANGE `comment_author_url` `comment_author_url` VARCHAR( 200 ) NOT NULL"); 834 836 } 835 837
Note: See TracChangeset
for help on using the changeset viewer.