diff --git a/upgrade.php b/upgrade.php index 4e7526ba3..e500ef3ea 100644 --- a/upgrade.php +++ b/upgrade.php @@ -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