Ignore:
Timestamp:
Mar 3, 2023, 11:36:26 PM (15 months ago)
Author:
chronos
Message:
  • Fixed: User profile and options in case of incorrectly set null user info.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/UpdateTrace.php

    r890 r892  
    29732973}
    29742974
     2975function UpdateTo892($Manager)
     2976{
     2977  $Manager->Execute('ALTER TABLE `User` CHANGE `Info` `Info` TEXT CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT '';');
     2978}
     2979
    29752980class Updates
    29762981{
     
    30133018      872 => array('Revision' => 873, 'Function' => 'UpdateTo873'),
    30143019      873 => array('Revision' => 887, 'Function' => 'UpdateTo887'),
     3020      887 => array('Revision' => 892, 'Function' => 'UpdateTo892'),
    30153021    );
    30163022  }
Note: See TracChangeset for help on using the changeset viewer.