1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

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
This commit is contained in:
epriestley 2022-05-25 16:59:23 -07:00
parent 7e5f7b9640
commit d91727e66c

View file

@ -62,11 +62,6 @@ final class PhabricatorSlowvotePoll extends PhabricatorSlowvoteDAO
'mailKey' => 'bytes20',
),
self::CONFIG_KEY_SCHEMA => array(
'key_phid' => null,
'phid' => array(
'columns' => array('phid'),
'unique' => true,
),
),
) + parent::getConfiguration();
}