Add SSL certificate history tracking

This commit is contained in:
Marcus Hill 2025-03-02 10:15:26 +00:00
parent ae59aa3326
commit 7994c9c7a8
1 changed files with 1 additions and 1 deletions

View File

@ -2423,7 +2423,7 @@ if (LATEST_DATABASE_VERSION > CURRENT_DATABASE_VERSION) {
mysqli_query($mysqli, "UPDATE `settings` SET `config_current_database_version` = '1.8.7'");
}
// if (CURRENT_DATABASE_VERSION == '1.8.8') {
// if (CURRENT_DATABASE_VERSION == '1.8.7') {
// // Insert queries here required to update to DB version 1.8.8
// // Then, update the database to the next sequential version
// mysqli_query($mysqli, "UPDATE `settings` SET `config_current_database_version` = '1.8.8'");