Ignore:
Timestamp:
Oct 26, 2015, 11:50:43 PM (9 years ago)
Author:
chronos
Message:
  • Fixed: Scheduler task can get to state where it was not scheduled after defined period.
  • Added: Log scheduler task last duration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Setup/Updates.php

    r757 r759  
    15771577  ADD CONSTRAINT `FinanceInvoiceStorno_ibfk_2` FOREIGN KEY (`StornoOf`) REFERENCES `FinanceInvoice` (`Id`);
    15781578  ");
     1579}
     1580
     1581function UpdateTo759($Manager)
     1582{
     1583  $Manager->Execute('ALTER TABLE `Scheduler` ADD `Duration` INT NOT NULL AFTER `Period`;');
    15791584}
    15801585
     
    16531658      748 => array('Revision' => 752, 'Function' => 'UpdateTo752'),
    16541659      752 => array('Revision' => 755, 'Function' => 'UpdateTo755'),
     1660      755 => array('Revision' => 759, 'Function' => 'UpdateTo759'),
    16551661    ));
    16561662  }
Note: See TracChangeset for help on using the changeset viewer.