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

at recaptime-dev/main 8 lines 312 B view raw
1ALTER TABLE {$NAMESPACE}_releeph.releeph_request 2 DROP COLUMN requestCommitIdentifier, 3 DROP COLUMN requestCommitOrdinal, 4 DROP COLUMN status, 5 DROP COLUMN committedByUserPHID, 6 DROP KEY `requestIdentifierBranch`, 7 ADD CONSTRAINT 8 UNIQUE KEY `requestIdentifierBranch` (`requestCommitPHID`, `branchID`);