@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/* These are here so `grep` will find them if we ever change things: */
2
3/* PhabricatorProjectProjectHasMemberEdgeType::EDGECONST = 13 */
4/* PhabricatorObjectHasSubscriberEdgeType::EDGECONST = 21 */
5
6INSERT IGNORE INTO {$NAMESPACE}_project.edge (src, type, dst, dateCreated)
7 SELECT src, 21, dst, dateCreated FROM {$NAMESPACE}_project.edge
8 WHERE type = 13;