@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 upstream/main 6 lines 238 B view raw
1ALTER TABLE {$NAMESPACE}_conpherence.conpherence_thread 2 DROP imagePHID, 3 ADD imagePHIDs LONGTEXT COLLATE utf8_bin NOT NULL AFTER title; 4 5UPDATE {$NAMESPACE}_conpherence.conpherence_thread 6 SET imagePHIDs = '{}' WHERE imagePHIDs = '';