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