HomePhabricator

Mark arcanistProjectID as nullable

Description

Mark arcanistProjectID as nullable

Reviewers: joshuaspence

Details

Auditors
joshuaspence
Group Auditors
Cowboy Commits
Provenance
epriestleyAuthored on
epriestleyPushed on May 26 2015, 1:54 PM
Parents
rPdcfc381a0afd: Fix a broken migration
Branches
Unknown
Tags
Unknown

Event Timeline

Specifically, D13014 makes this nullable but we still think the type is id (not nullable) because that's the default for properties ending in ...ID. This causes a warning in bin/storage adjust. The fix is to specify the type as id? (nullable).