From d4c6e0b9eb0705abdab0aed4fb278f789141f4ef Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 29 Dec 2018 14:16:08 +1100 Subject: [PATCH] dev/core#623 Refine the upgrade statement to only those of the old standard value --- CRM/Upgrade/Incremental/sql/5.10.alpha1.mysql.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/sql/5.10.alpha1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.10.alpha1.mysql.tpl index cbfc6e36ae..b334993e44 100644 --- a/CRM/Upgrade/Incremental/sql/5.10.alpha1.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/5.10.alpha1.mysql.tpl @@ -1,4 +1,4 @@ {* file to handle db changes in 5.10.alpha1 during upgrade *} {* Continuation from CRM-6405 it appears no upgrade step was done back in 3.2 *} -UPDATE civicrm_mailing_bounce_type SET hold_threshold = 30 WHERE name = 'Away'; +UPDATE civicrm_mailing_bounce_type SET hold_threshold = 30 WHERE name = 'Away' AND hold_threshold = 3; -- 2.25.1