@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
1ALTER TABLE {$NAMESPACE}_phriction.phriction_document
2 ADD status INT UNSIGNED NOT NULL DEFAULT 0;
3
4ALTER TABLE {$NAMESPACE}_phriction.phriction_content
5 ADD changeType INT UNSIGNED NOT NULL DEFAULT 0;
6
7ALTER TABLE {$NAMESPACE}_phriction.phriction_content
8 ADD changeRef INT UNSIGNED DEFAULT NULL;