mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
1112419a97
Summary: Ref T5835. Make fund stories publish to feed and send email. Test Plan: Made edits, etc., saw them in feed and outbound email. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T5835 Differential Revision: https://secure.phabricator.com/D10677
2 lines
81 B
SQL
2 lines
81 B
SQL
ALTER TABLE {$NAMESPACE}_fund.fund_initiative
|
|
ADD mailKey BINARY(20) NOT NULL;
|