Skip to content

Commit d91727e

Browse files
author
epriestley
committedMay 26, 2022
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
1 parent 7e5f7b9 commit d91727e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎src/applications/slowvote/storage/PhabricatorSlowvotePoll.php

-5
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ protected function getConfiguration() {
6262
'mailKey' => 'bytes20',
6363
),
6464
self::CONFIG_KEY_SCHEMA => array(
65-
'key_phid' => null,
66-
'phid' => array(
67-
'columns' => array('phid'),
68-
'unique' => true,
69-
),
7065
),
7166
) + parent::getConfiguration();
7267
}

0 commit comments

Comments
 (0)
Failed to load comments.