@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
1INSERT IGNORE INTO {$NAMESPACE}_maniphest.edge (src, type, dst)
2 SELECT taskPHID, 21, subscriberPHID
3 FROM {$NAMESPACE}_maniphest.maniphest_tasksubscriber
4 WHERE subscriberPHID != '';
5
6INSERT IGNORE INTO {$NAMESPACE}_maniphest.edge (src, type, dst)
7 SELECT subscriberPHID, 22, taskPHID
8 FROM {$NAMESPACE}_maniphest.maniphest_tasksubscriber
9 WHERE subscriberPHID != '';