mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Update Database updates patch in update_cli
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user