public function setActorIdentity($identity)
 {
     $this->setActorHash(PhabricatorHash::digestForIndex($identity));
     return parent::setActorIdentity($identity);
 }
 protected function getConfiguration()
 {
     return array(self::CONFIG_TIMESTAMPS => false, self::CONFIG_COLUMN_SCHEMA => array('objectClass' => 'text128', 'rootLogID' => 'id?', 'objectPHID' => 'phid?', 'objectMonogram' => 'text64?'), self::CONFIG_KEY_SCHEMA => array('key_epoch' => array('columns' => array('epoch')))) + parent::getConfiguration();
 }
 public function getConfiguration()
 {
     return array(self::CONFIG_TIMESTAMPS => false) + parent::getConfiguration();
 }