Merge pull request #19435 from civicrm/5.34
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 5.10.alpha1.mysql.tpl
1 {* file to handle db changes in 5.10.alpha1 during upgrade *}
2
3 {* Continuation from CRM-6405 it appears no upgrade step was done back in 3.2 *}
4 UPDATE civicrm_mailing_bounce_type SET hold_threshold = 30 WHERE name = 'Away' AND hold_threshold = 3;