From 50a8e6791752f9b2fcc6e2490c05962d76a112d1 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 21 Jul 2025 13:29:29 -0400 Subject: [PATCH] Commented out deleting old Payment Provider Settings from DB until next release --- database_updates.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/database_updates.php b/database_updates.php index c8bfe440..e2d800c4 100644 --- a/database_updates.php +++ b/database_updates.php @@ -3768,6 +3768,7 @@ if (LATEST_DATABASE_VERSION > CURRENT_DATABASE_VERSION) { mysqli_query($mysqli, "UPDATE `settings` SET `config_current_database_version` = '2.2.3'"); } + /* 2025-07-21 - JQ For next release Pauyment Provider Switch Over if (CURRENT_DATABASE_VERSION == '2.2.3') { // Delete all Recurring Payments that are Stripe @@ -3795,7 +3796,8 @@ if (LATEST_DATABASE_VERSION > CURRENT_DATABASE_VERSION) { mysqli_query($mysqli, "UPDATE `settings` SET `config_current_database_version` = '2.2.4'"); } - + /* + // if (CURRENT_DATABASE_VERSION == '2.2.4') { // // Insert queries here required to update to DB version 2.2.5 // // Then, update the database to the next sequential version