Schema Patch to Add a New Table
Summary: Added 20130214.chatlogchannel.sql in resources/sql/patches to add a new table Test Plan: Hmmmmm ....... Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4952
This commit is contained in:
committed by
epriestley
parent
dea1a9585c
commit
9baada1571
@@ -1109,6 +1109,10 @@ final class PhabricatorBuiltinPatchList extends PhabricatorSQLPatchList {
|
||||
'type' => 'sql',
|
||||
'name' => $this->getPatchPath('20130131.conpherencepics.sql'),
|
||||
),
|
||||
'20130214.chatlogchannel.sql' => array(
|
||||
'type' => 'sql',
|
||||
'name' => $this->getPatchPath('20130214.chatlogchannel.sql'),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user