Fix missed migration constant from PHIDType rename
Summary: See D9986, we missed this one. Test Plan: `grep` Reviewers: joshuaspence, btrahan, bizrad6 Reviewed By: bizrad6 Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D10098
This commit is contained in:
@@ -48,7 +48,7 @@ foreach ($rows as $row) {
|
|||||||
|
|
||||||
$xaction_phid = PhabricatorPHID::generateNewPHID(
|
$xaction_phid = PhabricatorPHID::generateNewPHID(
|
||||||
PhabricatorApplicationTransactionTransactionPHIDType::TYPECONST,
|
PhabricatorApplicationTransactionTransactionPHIDType::TYPECONST,
|
||||||
PhabricatorProjectPHIDTypeProject::TYPECONST);
|
PhabricatorProjectProjectPHIDType::TYPECONST);
|
||||||
|
|
||||||
queryfx(
|
queryfx(
|
||||||
$conn_w,
|
$conn_w,
|
||||||
|
|||||||
Reference in New Issue
Block a user