Ignore:
Timestamp:
Jan 8, 2014, 3:03:03 PM (11 years ago)
Author:
maron
Message:
  • Fixed: Column database change to double
  • Added: smooth progress bar in export
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/UpdateTrace.php

    r731 r732  
    27262726}
    27272727
     2728function UpdateTo732($Manager)
     2729{
     2730        $Manager->Execute('ALTER TABLE  `ExportTask` CHANGE  `Progress`  `Progress` DOUBLE( 4, 2 ) NOT NULL ;');   
     2731}
     2732
     2733
    27282734$Updates = array(
    27292735        498 => array('Revision' => 506, 'Function' => 'UpdateTo506'),
     
    27492755        716 => array('Revision' => 725 , 'Function' => 'UpdateTo725'),
    27502756        725 => array('Revision' => 731 , 'Function' => 'UpdateTo731'),
     2757        731 => array('Revision' => 732 , 'Function' => 'UpdateTo732'),
    27512758);
Note: See TracChangeset for help on using the changeset viewer.