mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
43215bf0bd
Summary: Ref T5835. Mostly UI smoothing. Also add a "Risks" field to initiatives. Test Plan: {F214952} Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T5835 Differential Revision: https://secure.phabricator.com/D10660
2 lines
94 B
SQL
2 lines
94 B
SQL
ALTER TABLE {$NAMESPACE}_fund.fund_initiative
|
|
ADD risks LONGTEXT NOT NULL COLLATE utf8_bin;
|