Changeset 543 for trunk/admin/UpdateTrace.php
- Timestamp:
- Jun 17, 2013, 11:19:05 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/UpdateTrace.php
r539 r543 2562 2562 } 2563 2563 2564 function UpdateTo543($Manager) 2565 { 2566 $Manager->Execute('ALTER TABLE `Group` ADD INDEX ( `Name` )'); 2567 } 2568 2564 2569 $Updates = array( 2565 2570 498 => array('Revision' => 506, 'Function' => 'UpdateTo506'), … … 2568 2573 524 => array('Revision' => 537, 'Function' => 'UpdateTo537'), 2569 2574 537 => array('Revision' => 539, 'Function' => 'UpdateTo539'), 2575 539 => array('Revision' => 543, 'Function' => 'UpdateTo543'), 2570 2576 ); 2571 2577
Note:
See TracChangeset
for help on using the changeset viewer.