Ignore:
Timestamp:
May 1, 2016, 2:04:11 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Improved method for new network topology queue tree preparation. Not yet functional. Also RouterOS limits number of usable levels for queue tree to 7.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/UpdateTrace.php

    r829 r831  
    20212021}
    20222022
    2023 /*
    2024 function UpdateTo829($Manager)
     2023function UpdateTo831($Manager)
    20252024{
    20262025  $Manager->Execute('ALTER TABLE `NetworkLinkType` '.
     
    20292028    'ADD `FullDuplex` INT NOT NULL AFTER `MaxRealSpeed`, '.
    20302029    'ADD `Color` VARCHAR(6) NOT NULL AFTER `FullDuplex`');
    2031 }
    2032 */
     2030
     2031  $Manager->Execute('UPDATE `Service` SET `InternetSpeedMin`=`InternetSpeedMin`*1000;');
     2032  $Manager->Execute('UPDATE `Service` SET `InternetSpeedMax`=`InternetSpeedMax`*1000;');
     2033}
    20332034
    20342035class Updates
     
    21242125      817 => array('Revision' => 818, 'Function' => 'UpdateTo818'),
    21252126      818 => array('Revision' => 824, 'Function' => 'UpdateTo824'),
    2126       //824 => array('Revision' => 829, 'Function' => 'UpdateTo829'),
     2127      824 => array('Revision' => 831, 'Function' => 'UpdateTo831'),
    21272128    ));
    21282129  }
Note: See TracChangeset for help on using the changeset viewer.