From 3c2cb131534cf53aa6d07dc4dfa8c3cd6d61bddd Mon Sep 17 00:00:00 2001 From: vrana Date: Mon, 17 Sep 2012 13:29:09 -0700 Subject: [PATCH] Fix bad rebase Auditors: nh --- src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php b/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php index f46621ea94..46bb8a15c4 100644 --- a/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php +++ b/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php @@ -979,6 +979,7 @@ final class PhabricatorBuiltinPatchList extends PhabricatorSQLPatchList { 'pastepolicy.sql' => array( 'type' => 'sql', 'name' => $this->getPatchPath('pastepolicy.sql'), + ), 'xhprof.sql' => array( 'type' => 'sql', 'name' => $this->getPatchPath('xhprof.sql'),