Sha256: 1215d9c2f02fb98edda3a14ac3a71774213d44c817368f549ca35ce738790383

Contents?: true

Size: 155 Bytes

Versions: 144

Compression:

Stored size: 155 Bytes

Contents

class AddNameToWebhooksOutgoingEndpoints < ActiveRecord::Migration[5.2]
  def change
    add_column :webhooks_outgoing_endpoints, :name, :string
  end
end

Version data entries

144 entries across 144 versions & 2 rubygems

Version Path
bullet_train-outgoing_webhooks-1.0.5 db/migrate/20181012234232_add_name_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-1.0.4 db/migrate/20181012234232_add_name_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-core-1.0.3 db/migrate/20181012234232_add_name_to_webhooks_outgoing_endpoints.rb
bullet_train-outgoing_webhooks-core-1.0.2 db/migrate/20181012234232_add_name_to_webhooks_outgoing_endpoints.rb