Sha256: 80be0579e579417c7eea75b1e11fedada285c75573b9e0e0ccd8dd701fa92e8d

Contents?: true

Size: 304 Bytes

Versions: 139

Compression:

Stored size: 304 Bytes

Contents

class AddCreativeConceptToEndpoints < ActiveRecord::Migration[7.0]
  def change
    add_reference(
      :webhooks_outgoing_endpoints,
      :scaffolding_absolutely_abstract_creative_concept,
      foreign_key: true,
      index: {name: "index_endpoints_on_abstract_creative_concept_id"}
    )
  end
end

Version data entries

139 entries across 139 versions & 1 rubygems

Version Path
bullet_train-outgoing_webhooks-1.10.0 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.9.0 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.8.5 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.8.4 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.8.3 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.8.2 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.8.1 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.8.0 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.7.23 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.7.22 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.7.21 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.7.20 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.7.19 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.7.18 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.7.17 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.7.16 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.7.15 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.7.14 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.7.13 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.7.12 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb