Fix some Database update logic

This commit is contained in:
johnnyq
2025-03-14 17:15:10 -04:00
parent 073f816dbd
commit 508af6a80f
3 changed files with 51 additions and 29 deletions

View File

@@ -127,4 +127,4 @@ if (isset($options['update_db'])) {
} else {
echo "Database is already at the latest version ($latest_db_version). No updates were applied.\n";
}
}
}