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.6.25 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.24 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.23 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.22 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.21 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.20 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.19 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.18 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.17 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.16 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.15 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.14 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.13 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.12 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.11 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.10 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.9 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.8 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.7 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb
bullet_train-outgoing_webhooks-1.6.6 db/migrate/20221130063357_add_creative_concept_to_endpoints.rb