dev/core#623 add in upgrade step to update Away type hold threshold to be 30 as agree...
authorSeamus Lee <seamuslee001@gmail.com>
Fri, 28 Dec 2018 02:46:23 +0000 (13:46 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Fri, 28 Dec 2018 02:46:23 +0000 (13:46 +1100)
CRM/Upgrade/Incremental/sql/5.10.alpha1.mysql.tpl

index ca95bfae0d54514f6e0fde276ac144e278120750..cbfc6e36aeb6620e8798c3a32f86edc458c2ef24 100644 (file)
@@ -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';