Merge pull request #19232 from eileenmcnaughton/friend
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.5.beta7.mysql.tpl
CommitLineData
c9152bd2 1{* file to handle db changes in 4.5.beta7 during upgrade *}
d75f2f47 2UPDATE civicrm_contribution SET net_amount = total_amount - fee_amount WHERE net_amount = 0 OR net_amount IS NULL;