Ignore:
Timestamp:
Dec 14, 2013, 12:51:59 PM (11 years ago)
Author:
maron
Message:
  • Added: Options export from all users
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/UpdateTrace.php

    r639 r646  
    26652665}
    26662666
     2667function UpdateTo646($Manager)
     2668{
     2669        $Manager->Execute('ALTER TABLE  `Export` ADD  `AllUsers` TINYINT( 1 ) NOT NULL ;');
     2670
     2671}
     2672
    26672673$Updates = array(
    26682674        498 => array('Revision' => 506, 'Function' => 'UpdateTo506'),
     
    26802686        609 => array('Revision' => 610, 'Function' => 'UpdateTo610'),
    26812687        610 => array('Revision' => 639, 'Function' => 'UpdateTo639'),
     2688        639 => array('Revision' => 646 , 'Function' => 'UpdateTo646'),
    26822689);
Note: See TracChangeset for help on using the changeset viewer.