false, self::CONFIG_COLUMN_SCHEMA => array( 'utcInitialEpoch' => 'epoch', 'didNotifyEpoch' => 'epoch', ), self::CONFIG_KEY_SCHEMA => array( 'key_notify' => array( 'columns' => array('eventPHID', 'utcInitialEpoch', 'targetPHID'), 'unique' => true, ), ), ) + parent::getConfiguration(); } }