Ignore:
Timestamp:
Jan 1, 2017, 10:21:42 PM (8 years ago)
Author:
chronos
Message:
  • Added: Autocreate new finance year if necessary for new document line items.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/UpdateTrace.php

    r839 r844  
    20362036{
    20372037  $Manager->Execute('ALTER TABLE `News` CHANGE `Date` `Date` DATETIME NULL, CHANGE `TargetDate` `TargetDate` DATETIME NULL;');
     2038}
     2039
     2040function UpdateTo844($Manager)
     2041{
     2042  $Manager->Execute('ALTER TABLE `DocumentLine` ADD `Yearly` BOOLEAN NOT NULL DEFAULT FALSE AFTER `Shortcut`;');
    20382043}
    20392044
     
    21322137      824 => array('Revision' => 831, 'Function' => 'UpdateTo831'),
    21332138      831 => array('Revision' => 838, 'Function' => 'UpdateTo838'),
     2139      838 => array('Revision' => 844, 'Function' => 'UpdateTo844'),
    21342140    ));
    21352141  }
Note: See TracChangeset for help on using the changeset viewer.