@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}_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`);