mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
608465da1e
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
4 lines
183 B
SQL
4 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';
|