Sha256: 24d68593ba03772ca85cb7480fd26ee47e44a0ce292dae8883c06ffd36a4f77f

Contents?: true

Size: 185 Bytes

Versions: 158

Compression:

Stored size: 185 Bytes

Contents

class AddEventTypeIdsToWebhooksOutgoingEndpoints < ActiveRecord::Migration[6.1]
  def change
    add_column :webhooks_outgoing_endpoints, :event_type_ids, :jsonb, default: []
  end
end

Version data entries

158 entries across 158 versions & 2 rubygems

Version Path
bullet_train-outgoing_webhooks-1.18.0 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.17.1 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.17.0 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.16.0 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.15.0 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.14.2 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.14.1 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.14.0 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.13.0 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.12.3 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.12.2 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.12.1 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.12.0 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.11.0 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.10.0 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.9.0 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.8.5 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.8.4 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.8.3 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.8.2 db/migrate/20211126230846_add_event_type_ids_to_webhooks_outgoing_endpoints.rb