1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Properly name database in patch list

Summary:
Blames to D3659.
It's not that old (< 1 day) to fix it properly (add patch for dropping xhpast DB).

Test Plan:
  $ arc unit src/applications/calendar/storage/__tests__/PhabricatorCalendarHolidayTestCase.php

Reviewers: btrahan, epriestley

Reviewed By: btrahan

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3670
This commit is contained in:
vrana 2012-10-09 15:10:18 -07:00
parent 1b6eced757
commit b605878792

View file

@ -167,9 +167,9 @@ final class PhabricatorBuiltinPatchList extends PhabricatorSQLPatchList {
'type' => 'db',
'name' => 'ponder',
),
'db.xhpast' => array(
'db.xhprof' => array(
'type' => 'db',
'name' => 'xhpast',
'name' => 'xhprof',
),
'0000.legacy.sql' => array(
'type' => 'sql',