Changeset 900 for trunk/Application/UpdateTrace.php
- Timestamp:
- Apr 10, 2024, 11:49:39 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/UpdateTrace.php
r893 r900 2978 2978 } 2979 2979 2980 function UpdateTo900($Manager) 2981 { 2982 $Manager->Execute('ALTER TABLE `ExportTask` CHANGE `TimeQueued` `TimeQueued` DATETIME NULL;'); 2983 $Manager->Execute('ALTER TABLE `ExportTask` CHANGE `Progress` `Progress` DOUBLE(5,2) NOT NULL DEFAULT "0";'); 2984 } 2985 2980 2986 class Updates 2981 2987 { … … 3019 3025 873 => array('Revision' => 887, 'Function' => 'UpdateTo887'), 3020 3026 887 => array('Revision' => 892, 'Function' => 'UpdateTo892'), 3027 892 => array('Revision' => 900, 'Function' => 'UpdateTo900'), 3021 3028 ); 3022 3029 }
Note:
See TracChangeset
for help on using the changeset viewer.