Ignore:
Timestamp:
Jan 3, 2015, 8:20:29 PM (10 years ago)
Author:
chronos
Message:
  • Modified: Count of customers per service removed as column from Service table. It is now calculated online as SQL subcommand.
  • Removed: Old tariffs recalculation for computation of dynamic aggregation according selected customer tariffs and maximum speed is not used further. Now static minimum and maximum speed is sufficient and it is enough general.
File:
1 edited

Legend:

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

    r720 r722  
    11221122                                "VALUES (NULL , 'Vydané', ".$DbRow['Id'].", '".$ActionId."', '1');");
    11231123        }
     1124}
     1125
     1126function UpdateTo722($Manager)
     1127{
     1128        $Manager->Execute('ALTER TABLE `Service` DROP `CustomerCount`;');
    11241129}
    11251130
     
    11821187      718 => array('Revision' => 719, 'Function' => 'UpdateTo719'),
    11831188        719 => array('Revision' => 720, 'Function' => 'UpdateTo720'),
     1189        720 => array('Revision' => 722, 'Function' => 'UpdateTo722'),
    11841190    ));
    11851191  }
Note: See TracChangeset for help on using the changeset viewer.