mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +01:00
add conpherence schema patch to the list so it runs
Summary: ...i tend to forget to do this for some reason. my bad. Test Plan: NA Reviewers: epriestley, chad Reviewed By: chad CC: aran, Korvin Maniphest Tasks: T2503 Differential Revision: https://secure.phabricator.com/D4840
This commit is contained in:
parent
6a23cc1677
commit
68814d4eca
1 changed files with 4 additions and 0 deletions
|
@ -1105,6 +1105,10 @@ final class PhabricatorBuiltinPatchList extends PhabricatorSQLPatchList {
|
||||||
'type' => 'sql',
|
'type' => 'sql',
|
||||||
'name' => $this->getPatchPath('20130201.revisionunsubscribed.sql'),
|
'name' => $this->getPatchPath('20130201.revisionunsubscribed.sql'),
|
||||||
),
|
),
|
||||||
|
'20130131.conpherencepics.sql' => array(
|
||||||
|
'type' => 'sql',
|
||||||
|
'name' => $this->getPatchPath('20130131.conpherencepics.sql'),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue