Changeset 831 for trunk/Application
- Timestamp:
- May 1, 2016, 2:04:11 PM (9 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 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 } -
trunk/Application/Version.php
r830 r831 1 1 <?php 2 2 3 $Revision = 83 0; // Subversion revision4 $DatabaseRevision = 8 24; // SQL structure revision5 $ReleaseTime = strtotime('2016-0 4-30');3 $Revision = 831; // Subversion revision 4 $DatabaseRevision = 831; // SQL structure revision 5 $ReleaseTime = strtotime('2016-05-01');
Note:
See TracChangeset
for help on using the changeset viewer.