dev/core#623 Refine the upgrade statement to only those of the old standard value
authorSeamus Lee <seamuslee001@gmail.com>
Sat, 29 Dec 2018 03:16:08 +0000 (14:16 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Sat, 29 Dec 2018 03:20:28 +0000 (14:20 +1100)
CRM/Upgrade/Incremental/sql/5.10.alpha1.mysql.tpl

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