diff --git a/src/applications/pholio/storage/PholioImage.php b/src/applications/pholio/storage/PholioImage.php --- a/src/applications/pholio/storage/PholioImage.php +++ b/src/applications/pholio/storage/PholioImage.php @@ -37,9 +37,9 @@ 'replacesImagePHID' => 'phid?', ), self::CONFIG_KEY_SCHEMA => array( - // TODO: There should be a key starting with "mockPHID" here at a - // minimum, but it's not entirely clear what other columns we should - // have as part of the key. + 'key_mock' => array( + 'columns' => array('mockPHID'), + ), ), ) + parent::getConfiguration(); }