Ignore:
Timestamp:
Dec 27, 2022, 7:50:23 PM (17 months ago)
Author:
chronos
Message:
  • Modified: Updated Common package to latest version.
  • Modified: Fixes related to PHP 8.x.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/UpdateTrace.php

    r880 r888  
    29672967}
    29682968
     2969function UpdateTo887($Manager)
     2970{
     2971  $Manager->Execute('ALTER TABLE `Referrer` CHANGE `LastIP` `LastIP` VARCHAR(46) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL;');
     2972}
     2973
    29692974class Updates
    29702975{
     
    30063011      867 => array('Revision' => 872, 'Function' => 'UpdateTo872'),
    30073012      872 => array('Revision' => 873, 'Function' => 'UpdateTo873'),
     3013      873 => array('Revision' => 887, 'Function' => 'UpdateTo887'),
    30083014    );
    30093015  }
Note: See TracChangeset for help on using the changeset viewer.