Changeset 869 for trunk/wp-admin/upgrade-functions.php
- Timestamp:
- 02/13/2004 09:59:47 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upgrade-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-functions.php
r863 r869 674 674 675 675 function upgrade_110() { 676 global $wpdb, $tableusers, $tablecomments, $tableposts ;676 global $wpdb, $tableusers, $tablecomments, $tableposts, $tableoptiongroups; 677 677 678 678 maybe_add_column($tablecomments, 'user_id', "ALTER TABLE `$tablecomments` ADD `user_id` INT DEFAULT '0' NOT NULL ;"); … … 705 705 } 706 706 } 707 708 $wpdb->query("DELETE FROM $tableoptiongroups WHERE group_id = 6"); 707 709 } 708 710
Note: See TracChangeset
for help on using the changeset viewer.