Changeset 646 for trunk/admin/UpdateTrace.php
- Timestamp:
- Dec 14, 2013, 12:51:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/UpdateTrace.php
r639 r646 2665 2665 } 2666 2666 2667 function UpdateTo646($Manager) 2668 { 2669 $Manager->Execute('ALTER TABLE `Export` ADD `AllUsers` TINYINT( 1 ) NOT NULL ;'); 2670 2671 } 2672 2667 2673 $Updates = array( 2668 2674 498 => array('Revision' => 506, 'Function' => 'UpdateTo506'), … … 2680 2686 609 => array('Revision' => 610, 'Function' => 'UpdateTo610'), 2681 2687 610 => array('Revision' => 639, 'Function' => 'UpdateTo639'), 2688 639 => array('Revision' => 646 , 'Function' => 'UpdateTo646'), 2682 2689 );
Note:
See TracChangeset
for help on using the changeset viewer.