Sha256: ec51a2bc3d0ffa14b1e9db11b424c18f423e7546adea8b59dde8a94aabda34d7

Contents?: true

Size: 253 Bytes

Versions: 144

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

144 entries across 144 versions & 2 rubygems

Version Path
bullet_train-outgoing_webhooks-1.6.5 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.6.4 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.6.3 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.6.2 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.6.1 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.6.0 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.5.2 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.5.1 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.5.0 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.4.11 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.4.10 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.4.9 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.4.8 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.4.7 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.4.6 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.4.5 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.4.4 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.4.3 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.4.2 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb
bullet_train-outgoing_webhooks-1.4.1 db/migrate/20180420013505_create_webhooks_outgoing_endpoint_event_types.rb