CRM-19427 - set deductible amount at price field option level
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.7.13.mysql.tpl
1 {* file to handle db changes in 4.7.13 during upgrade *}
2
3 -- CRM-19427
4 ALTER TABLE `civicrm_price_field_value` CHANGE `deductible_amount` `non_deductible_amount` DECIMAL( 20, 2 ) NOT NULL DEFAULT '0.00' COMMENT 'Portion of total amount which is NOT tax deductible.';
5
6 ALTER TABLE `civicrm_line_item` CHANGE `deductible_amount` `non_deductible_amount` DECIMAL( 20, 2 ) NOT NULL DEFAULT '0.00' COMMENT 'Portion of total amount which is NOT tax deductible.';