Changeset 892 for trunk/Application/UpdateTrace.php
- Timestamp:
- Mar 3, 2023, 11:36:26 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/UpdateTrace.php
r890 r892 2973 2973 } 2974 2974 2975 function UpdateTo892($Manager) 2976 { 2977 $Manager->Execute('ALTER TABLE `User` CHANGE `Info` `Info` TEXT CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT '';'); 2978 } 2979 2975 2980 class Updates 2976 2981 { … … 3013 3018 872 => array('Revision' => 873, 'Function' => 'UpdateTo873'), 3014 3019 873 => array('Revision' => 887, 'Function' => 'UpdateTo887'), 3020 887 => array('Revision' => 892, 'Function' => 'UpdateTo892'), 3015 3021 ); 3016 3022 }
Note:
See TracChangeset
for help on using the changeset viewer.