Sha256: d5ebd97cecd899351cbb1f5eee47bd7e720865074e989a09d695e31b5475bc34

Contents?: true

Size: 235 Bytes

Versions: 144

Compression:

Stored size: 235 Bytes

Contents

class CreateWebhooksOutgoingEndpoints < ActiveRecord::Migration[5.2]
  def change
    create_table :webhooks_outgoing_endpoints do |t|
      t.references :team, foreign_key: true
      t.text :url

      t.timestamps
    end
  end
end

Version data entries

144 entries across 144 versions & 2 rubygems

Version Path
bullet_train-outgoing_webhooks-1.4.0 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.25 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.24 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.23 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.22 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.21 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.20 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.19 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.18 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.17 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.16 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.15 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.14 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.13 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.12 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.11 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.10 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.9 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.8 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.3.7 db/migrate/20180420013127_create_webhooks_outgoing_endpoints.rb