From fa2fcc7852c159cd8f96f818f8d3a81ed3ec79ea Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 31 Jul 2014 11:30:40 -0700 Subject: [PATCH] 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 --- resources/sql/patches/20131020.pxactionmig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/sql/patches/20131020.pxactionmig.php b/resources/sql/patches/20131020.pxactionmig.php index a58c719da2..eb7c706e1f 100644 --- a/resources/sql/patches/20131020.pxactionmig.php +++ b/resources/sql/patches/20131020.pxactionmig.php @@ -48,7 +48,7 @@ foreach ($rows as $row) { $xaction_phid = PhabricatorPHID::generateNewPHID( PhabricatorApplicationTransactionTransactionPHIDType::TYPECONST, - PhabricatorProjectPHIDTypeProject::TYPECONST); + PhabricatorProjectProjectPHIDType::TYPECONST); queryfx( $conn_w,