Changeset 970 for trunk/Application/UpdateTrace.php
- Timestamp:
- Jul 17, 2024, 10:48:28 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/UpdateTrace.php
r967 r970 2259 2259 "VALUES (NULL , 'Měsíční přehled', '".$DbRow['Id']."', '".$ActionId."', '1');"); 2260 2260 } 2261 } 2262 2263 function UpdateTo970(UpdateManager $Manager): void 2264 { 2265 $Manager->Execute('ALTER TABLE `Service` ADD `InternetSpeedBonus` INT NULL DEFAULT NULL AFTER `InternetSpeedMin`;'); 2261 2266 } 2262 2267 … … 2375 2380 953 => array('Revision' => 957, 'Function' => 'UpdateTo957'), 2376 2381 957 => array('Revision' => 967, 'Function' => 'UpdateTo967'), 2382 967 => array('Revision' => 970, 'Function' => 'UpdateTo970'), 2377 2383 ); 2378 2384 }
Note:
See TracChangeset
for help on using the changeset viewer.