mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-28 00:10:57 +01:00
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:
parent
0f355756f5
commit
fa2fcc7852
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue