diff --git a/resources/sql/patches/xhprof.sql b/resources/sql/patches/xhprof.sql index 05f2e160cf..3764037c41 100644 --- a/resources/sql/patches/xhprof.sql +++ b/resources/sql/patches/xhprof.sql @@ -1,4 +1,3 @@ -CREATE DATABASE {$NAMESPACE}_xhprof; CREATE TABLE {$NAMESPACE}_xhprof.xhprof_sample ( `id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, `filePHID` VARCHAR(64) NOT NULL COLLATE utf8_bin, diff --git a/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php b/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php index 35c3986953..561023fbb1 100644 --- a/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php +++ b/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php @@ -167,6 +167,10 @@ final class PhabricatorBuiltinPatchList extends PhabricatorSQLPatchList { 'type' => 'db', 'name' => 'ponder', ), + 'db.xhpast' => array( + 'type' => 'db', + 'name' => 'xhpast', + ), '0000.legacy.sql' => array( 'type' => 'sql', 'name' => $this->getPatchPath('0000.legacy.sql'),