Method: Webhookdb::Replicator::Base#_backfill_state_change_fields
- Defined in:
- lib/webhookdb/replicator/base.rb
#_backfill_state_change_fields ⇒ Object
If we support backfilling, these keys are used for them. Override if other fields are used instead. There cannot be overlap between these and the webhook state change fields.
145 |
# File 'lib/webhookdb/replicator/base.rb', line 145 def _backfill_state_change_fields = ["backfill_key", "backfill_secret", "api_url"] |