Changeset 12232
- Timestamp:
- 11/19/2009 10:53:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r12218 r12232 1710 1710 1711 1711 // Upgrade 2.9 development versions 1712 if ( ( $wp_current_db_version > 11557 ) && ( $wp_current_db_version < 12217 ) ) {1712 if ( ( $wp_current_db_version >= 11557 ) && ( $wp_current_db_version < 12217 ) ) { 1713 1713 // Drop the option_id index. dbDelta() doesn't do the drop. 1714 1714 $wpdb->query("ALTER TABLE $wpdb->options DROP INDEX option_id");
Note: See TracChangeset
for help on using the changeset viewer.