mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 23:32:40 +01:00
Mark arcanistProjectID as nullable
Reviewers: joshuaspence
This commit is contained in:
parent
dcfc381a0a
commit
7ab7c71319
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ final class ReleephProject extends ReleephDAO
|
||||||
'name' => 'text128',
|
'name' => 'text128',
|
||||||
'trunkBranch' => 'text255',
|
'trunkBranch' => 'text255',
|
||||||
'isActive' => 'bool',
|
'isActive' => 'bool',
|
||||||
|
'arcanistProjectID' => 'id?',
|
||||||
),
|
),
|
||||||
self::CONFIG_KEY_SCHEMA => array(
|
self::CONFIG_KEY_SCHEMA => array(
|
||||||
'projectName' => array(
|
'projectName' => array(
|
||||||
|
|
Loading…
Reference in a new issue