@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Minor, specify a missing column type

Auditors: btrahan

+1
+1
src/applications/fund/storage/FundInitiative.php
··· 55 55 self::CONFIG_COLUMN_SCHEMA => array( 56 56 'name' => 'text255', 57 57 'description' => 'text', 58 + 'risks' => 'text', 58 59 'status' => 'text32', 59 60 'merchantPHID' => 'phid?', 60 61 'totalAsCurrency' => 'text64',