mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +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',
|
||||
'trunkBranch' => 'text255',
|
||||
'isActive' => 'bool',
|
||||
'arcanistProjectID' => 'id?',
|
||||
),
|
||||
self::CONFIG_KEY_SCHEMA => array(
|
||||
'projectName' => array(
|
||||
|
|
Loading…
Reference in a new issue