Ignore:
Timestamp:
Jan 8, 2014, 1:05:05 PM (11 years ago)
Author:
maron
Message:
  • Modify: Change store progress from file to Database
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/UpdateTrace.php

    r727 r731  
    27212721}
    27222722
     2723function UpdateTo731($Manager)
     2724{
     2725        $Manager->Execute('ALTER TABLE  `ExportTask` ADD  `Progress` TINYINT NOT NULL ;');   
     2726}
    27232727
    27242728$Updates = array(
     
    27442748        712 => array('Revision' => 716 , 'Function' => 'UpdateTo716'),
    27452749        716 => array('Revision' => 725 , 'Function' => 'UpdateTo725'),
     2750        725 => array('Revision' => 731 , 'Function' => 'UpdateTo731'),
    27462751);
Note: See TracChangeset for help on using the changeset viewer.