drupal-civicrm/sites/all/modules/civicrm/CRM/Upgrade/Incremental/sql/4.5.beta7.mysql.tpl
2018-01-14 13:10:16 +00:00

3 lines
175 B
Smarty

{* file to handle db changes in 4.5.beta7 during upgrade *}
UPDATE civicrm_contribution SET net_amount = total_amount - fee_amount WHERE net_amount = 0 OR net_amount IS NULL;