Sha256: ec51a2bc3d0ffa14b1e9db11b424c18f423e7546adea8b59dde8a94aabda34d7

Contents?: true

Size: 253 Bytes

Versions: 157

Compression:

Stored size: 253 Bytes

Contents

class CreateWebhooksOutgoingEndpointEventTypes < ActiveRecord::Migration[5.2]
  def change
    create_table :webhooks_outgoing_endpoint_event_types do |t|
      t.integer :endpoint_id
      t.integer :event_type_id

      t.timestamps
    end
  end
end

Version data entries

157 entries across 157 versions & 2 rubygems

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