Changeset 24584
- Timestamp:
- 07/08/2013 01:54:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r24448 r24584 1653 1653 // Push a query line into $cqueries that adds the index to that table 1654 1654 $cqueries[] = "ALTER TABLE {$table} ADD $index"; 1655 $for_update[ $table.'.'.$fieldname] = 'Added index '.$table.' '.$index;1655 $for_update[] = 'Added index ' . $table . ' ' . $index; 1656 1656 } 1657 1657
Note: See TracChangeset
for help on using the changeset viewer.