You can add the missing column to the database by running the following SQL command through PHPMyAdmin or the MySQL command line:
ALTER TABLE
Logs
ADD COLUMN
logUserID INT(10) UNSIGNED
AFTER
logIsInternal;
Then request <your-domain>/index.php/tools/required/upgrade?force=1 to continue the upgrade process.
Posted on 6月 29, 2019 at 6:47 午前
|