Sha256: 80be0579e579417c7eea75b1e11fedada285c75573b9e0e0ccd8dd701fa92e8d

Contents?: true

Size: 304 Bytes

Versions: 140

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

140 entries across 140 versions & 1 rubygems

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