mirror of
https://github.com/itflow-org/itflow
synced 2026-03-28 16:25:40 +00:00
Add SSL certificate history tracking
This commit is contained in:
@@ -2423,7 +2423,7 @@ if (LATEST_DATABASE_VERSION > CURRENT_DATABASE_VERSION) {
|
|||||||
mysqli_query($mysqli, "UPDATE `settings` SET `config_current_database_version` = '1.8.7'");
|
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
|
// // Insert queries here required to update to DB version 1.8.8
|
||||||
// // Then, update the database to the next sequential version
|
// // Then, update the database to the next sequential version
|
||||||
// mysqli_query($mysqli, "UPDATE `settings` SET `config_current_database_version` = '1.8.8'");
|
// mysqli_query($mysqli, "UPDATE `settings` SET `config_current_database_version` = '1.8.8'");
|
||||||
|
|||||||
Reference in New Issue
Block a user