@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.

Fix missed migration constant from PHIDType rename

Summary: See D9986, we missed this one.

Test Plan: `grep`

Reviewers: joshuaspence, btrahan, bizrad6

Reviewed By: bizrad6

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D10098

+1 -1
+1 -1
resources/sql/patches/20131020.pxactionmig.php
··· 48 48 49 49 $xaction_phid = PhabricatorPHID::generateNewPHID( 50 50 PhabricatorApplicationTransactionTransactionPHIDType::TYPECONST, 51 - PhabricatorProjectPHIDTypeProject::TYPECONST); 51 + PhabricatorProjectProjectPHIDType::TYPECONST); 52 52 53 53 queryfx( 54 54 $conn_w,