1
0
Fork 0
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:
epriestley 2015-05-26 06:53:48 -07:00
parent dcfc381a0a
commit 7ab7c71319

View file

@ -35,6 +35,7 @@ final class ReleephProject extends ReleephDAO
'name' => 'text128',
'trunkBranch' => 'text255',
'isActive' => 'bool',
'arcanistProjectID' => 'id?',
),
self::CONFIG_KEY_SCHEMA => array(
'projectName' => array(