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