From 46594ff7edeb7b6404ab3ea6b6a34f4376529fe7 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Fri, 28 Dec 2018 13:46:23 +1100 Subject: [PATCH] dev/core#623 add in upgrade step to update Away type hold threshold to be 30 as agreed to in CRM-6405 version 3.2. It appears there may have been no upgrade made at the type so catching up now --- CRM/Upgrade/Incremental/sql/5.10.alpha1.mysql.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Upgrade/Incremental/sql/5.10.alpha1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.10.alpha1.mysql.tpl index ca95bfae0d..cbfc6e36ae 100644 --- a/CRM/Upgrade/Incremental/sql/5.10.alpha1.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/5.10.alpha1.mysql.tpl @@ -1 +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'; -- 2.25.1