@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

Add a default value for messageCount so writes from old tiers survive the update query

Auditors: chad

+2
+2
resources/sql/autopatches/20160919.repo.messagedefault.sql
··· 1 + ALTER TABLE {$NAMESPACE}_repository.repository_statusmessage 2 + CHANGE messageCount messageCount INT UNSIGNED NOT NULL DEFAULT 0;