Ignore:
Timestamp:
Sep 8, 2020, 5:57:23 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: MimeTypes for file download was not working as global variable with newer PHP 7.4.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/UpdateTrace.php

    r882 r885  
    21282128{
    21292129  $Manager->Execute('ALTER TABLE `FinanceMonthlyOverall` CHANGE `Investment` `Investment` INT(11) NOT NULL DEFAULT "0";');
     2130}
     2131
     2132function UpdateTo885($Manager)
     2133{
     2134  $Manager->Execute('ALTER TABLE `FinanceOperation` CHANGE `Value` `Value` FLOAT NOT NULL DEFAULT "0";');
    21302135}
    21312136
     
    22332238      878 => array('Revision' => 880, 'Function' => 'UpdateTo880'),
    22342239      880 => array('Revision' => 882, 'Function' => 'UpdateTo882'),
     2240      882 => array('Revision' => 885, 'Function' => 'UpdateTo885'),
    22352241    );
    22362242  }
Note: See TracChangeset for help on using the changeset viewer.