Summary: Ref T5835. Show total funding amount and payable merchant on initiatives. Test Plan: {F214936} Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T5835 Differential Revision: https://secure.phabricator.com/D10657
5 lines
183 B
SQL
5 lines
183 B
SQL
ALTER TABLE {$NAMESPACE}_fund.fund_initiative
|
|
ADD totalAsCurrency VARCHAR(64) NOT NULL COLLATE utf8_bin;
|
|
|
|
UPDATE {$NAMESPACE}_fund.fund_initiative SET totalAsCurrency = '0.00 USD';
|