@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 4 lines 185 B view raw
1TRUNCATE {$NAMESPACE}_differential.differential_changeset_parse_cache; 2 3ALTER TABLE {$NAMESPACE}_differential.differential_changeset_parse_cache 4 CHANGE cache cache LONGBLOB NOT NULL;