Add a context field to symbol objects
Summary: See T1602. This is just the minimal functional patch; the scripts will continue working because of the `DEFAULT ''`. Test Plan: Can't fully test this until I get more code working, but nothing broke horribly yet. Reviewers: epriestley Reviewed By: epriestley CC: nh, aran, Korvin Maniphest Tasks: T1602 Differential Revision: https://secure.phabricator.com/D3147
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
final class PhabricatorRepositorySymbol extends PhabricatorRepositoryDAO {
|
||||
|
||||
protected $arcanistProjectID;
|
||||
protected $symbolContext;
|
||||
protected $symbolName;
|
||||
protected $symbolType;
|
||||
protected $symbolLanguage;
|
||||
|
||||
@@ -936,6 +936,10 @@ final class PhabricatorBuiltinPatchList extends PhabricatorSQLPatchList {
|
||||
'type' => 'sql',
|
||||
'name' => $this->getPatchPath('daemonstatus.sql'),
|
||||
),
|
||||
'symbolcontexts.sql' => array(
|
||||
'type' => 'sql',
|
||||
'name' => $this->getPatchPath('symbolcontexts.sql'),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user