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

Update nonstandard PHID key on "SlowvotePoll"

Summary: Ref T13682. Use a more modern PHID key name for this key.

Test Plan: Ran `bin/storage adjust`, got a modern key.

Maniphest Tasks: T13682

Differential Revision: https://secure.phabricator.com/D21841

-5
-5
src/applications/slowvote/storage/PhabricatorSlowvotePoll.php
··· 62 62 'mailKey' => 'bytes20', 63 63 ), 64 64 self::CONFIG_KEY_SCHEMA => array( 65 - 'key_phid' => null, 66 - 'phid' => array( 67 - 'columns' => array('phid'), 68 - 'unique' => true, 69 - ), 70 65 ), 71 66 ) + parent::getConfiguration(); 72 67 }