issue #2058 forgot to modify upgrade.php

This commit is contained in:
plegall 2023-12-09 15:47:31 +01:00
parent f41ae45b87
commit c2b7e86973

View file

@ -356,6 +356,10 @@ SELECT id
{
$current_release = '12.0.0';
}
else if (!in_array(170, $applied_upgrades))
{
$current_release = '13.0.0';
}
else
{
// confirm that the database is in the same version as source code files