02-11-2019, 09:53 AM
(02-08-2019, 11:04 PM)Brandin Wrote: There is potentially an update that is not applied in your database. Check users/includes/migrations.php to see which ones are not in the database.
The 4.4 version clears the update.php file.
Thanks for the hint, I want to fix that before uprading to 4.4
Migrations array shows this:
PHP Code:
$migrations = array(
'3GJYaKcqUtw7','2XQjsKYJAfn1','549DLFeHMNw7','69qa8h6E1bzG','3GJYaKcqUtz8',
'4Dgt2XVjgz2x','VLBp32gTWvEo','1XdrInkjV86F','Q3KlhjdtxE5X','37wvsb5BzymK',
'ug5D3pVrNvfS','69FbVbv4Jtrz','4A6BdJHyvP4a','c7tZQf926zKq','ockrg4eU33GP',
'XX4zArPs4tor','pv7r2EHbVvhD','uNT7NpgcBDFD'
);
How can I find out which updates are missing, and how do I apply them?