@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 10 lines 334 B view raw
1ALTER TABLE {$NAMESPACE}_differential.differential_diff 2 DROP COLUMN arcanistProjectPHID; 3 4ALTER TABLE {$NAMESPACE}_differential.differential_revision 5 DROP COLUMN arcanistProjectPHID; 6 7ALTER TABLE {$NAMESPACE}_releeph.releeph_project 8 DROP COLUMN arcanistProjectID; 9 10DROP TABLE {$NAMESPACE}_repository.repository_arcanistproject;