File: /www/exchange2/sql/archive/2016-03-15-271.sql
UPDATE `transaction_types` SET `transaction_name`='Renewal' WHERE `transaction_id`=9 AND `type_id`=1 AND `transaction_name`='Continue' AND `bogui_active`=1 LIMIT 1;
UPDATE `transaction_types` SET `transaction_name`='Full Redemption' WHERE `transaction_id`=4 AND `type_id`=1 AND `transaction_name`='Redeemed' AND `bogui_active`=1 LIMIT 1;
UPDATE `transaction_types` SET `transaction_name`='Partial-redemption' WHERE `transaction_id`=3 AND `type_id`=1 AND `transaction_name`='Redemption' AND `bogui_active`=1 LIMIT 1;
UPDATE `transaction_types` SET `transaction_name`='Partial Redemption' WHERE `transaction_id`=3 AND `type_id`=1 AND `transaction_name`='Partial-redemption' AND `bogui_active`=1 LIMIT 1;
UPDATE `transaction_types` SET `bogui_active`=0 WHERE `transaction_id`=7 AND `type_id`=1 AND `transaction_name`='Reinvestment' AND `bogui_active`=1 LIMIT 1;
INSERT INTO `transaction_types` (`transaction_id`, `type_id`, `transaction_name`) VALUES (11, 1, 'Partial Coupon');