@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
fork

Configure Feed

Select the types of activity you want to include in your feed.

Change LONGTEXT cache column to BINARY

See T4898. As it turns out, `latin1` LONGTEXT is not approximately equivalent
to LONGBLOB.

+4
+4
resources/sql/autopatches/20140518.dxmorebinarycache.sql
··· 1 + TRUNCATE {$NAMESPACE}_differential.differential_changeset_parse_cache; 2 + 3 + ALTER TABLE {$NAMESPACE}_differential.differential_changeset_parse_cache 4 + CHANGE cache cache LONGBLOB NOT NULL;