From 5eaf4cb3505ef22ebfec6dcfb8ff768a2016eadf Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Thu, 20 Jun 2013 16:45:14 +0200 Subject: [PATCH] Adding Bonus to issue-203 upgrade SQL --- sql/issue_203_transactions_upgrade.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/issue_203_transactions_upgrade.sql b/sql/issue_203_transactions_upgrade.sql index 9c824b89..13d19701 100644 --- a/sql/issue_203_transactions_upgrade.sql +++ b/sql/issue_203_transactions_upgrade.sql @@ -1 +1 @@ -ALTER TABLE `transactions` CHANGE `type` `type` ENUM( 'Credit', 'Debit_MP', 'Debit_AP', 'Donation', 'Fee', 'Orphan_Credit', 'Orphan_Fee', 'Orphan_Donation', 'Credit_PPS', 'Fee_PPS', 'Donation_PPS', 'TXFee' ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL ; +ALTER TABLE `transactions` CHANGE `type` `type` ENUM( 'Credit', 'Debit_MP', 'Debit_AP', 'Donation', 'Fee', 'Orphan_Credit', 'Orphan_Fee', 'Orphan_Donation', 'Credit_PPS', 'Fee_PPS', 'Donation_PPS', 'TXFee', 'Bonus') CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL ;