Changeset 831 for trunk/Application/UpdateTrace.php
- Timestamp:
- May 1, 2016, 2:04:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/UpdateTrace.php
r829 r831 2021 2021 } 2022 2022 2023 /* 2024 function UpdateTo829($Manager) 2023 function UpdateTo831($Manager) 2025 2024 { 2026 2025 $Manager->Execute('ALTER TABLE `NetworkLinkType` '. … … 2029 2028 'ADD `FullDuplex` INT NOT NULL AFTER `MaxRealSpeed`, '. 2030 2029 '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 } 2033 2034 2034 2035 class Updates … … 2124 2125 817 => array('Revision' => 818, 'Function' => 'UpdateTo818'), 2125 2126 818 => array('Revision' => 824, 'Function' => 'UpdateTo824'), 2126 //824 => array('Revision' => 829, 'Function' => 'UpdateTo829'),2127 824 => array('Revision' => 831, 'Function' => 'UpdateTo831'), 2127 2128 )); 2128 2129 }
Note:
See TracChangeset
for help on using the changeset viewer.