Update Database updates patch in update_cli

This commit is contained in:
johnnyq
2025-08-08 15:09:03 -04:00
parent 874d9ddbc3
commit 7172c92f02
2 changed files with 5 additions and 5 deletions

View File

@@ -114,7 +114,7 @@ if (isset($options['update_db'])) {
$old_db_version = $row['config_current_database_version'];
// Now include the update logic
require_once "../database_updates.php";
require_once "../admin/database_updates.php";
// After database_updates.php has done its job, fetch the updated current DB version again
$result = mysqli_query($mysqli, "SELECT config_current_database_version FROM settings LIMIT 1");