From d91727e66ceb56ebd445ebd33c133120e0c8987e Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 25 May 2022 16:59:23 -0700 Subject: [PATCH] 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 --- src/applications/slowvote/storage/PhabricatorSlowvotePoll.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/applications/slowvote/storage/PhabricatorSlowvotePoll.php b/src/applications/slowvote/storage/PhabricatorSlowvotePoll.php index 215549f7db..78e136762f 100644 --- a/src/applications/slowvote/storage/PhabricatorSlowvotePoll.php +++ b/src/applications/slowvote/storage/PhabricatorSlowvotePoll.php @@ -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(); } -- 2.11.4.GIT