@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
at recaptime-dev/main 3 lines 154 B view raw
1/* Older versions incorrectly computed the depth for the root page. */ 2UPDATE {$NAMESPACE}_phriction.phriction_document 3 SET depth = 0 where slug = '/';