Sha256: dd52b597c07ead0bfa9783ef095531f8270f3415ff4727336bfba41f775b7cfc

Contents?: true

Size: 214 Bytes

Versions: 8

Compression:

Stored size: 214 Bytes

Contents

# This migration comes from spree (originally 20170330132215)
class AddIndexOnPromotionIdToOrderPromotions < ActiveRecord::Migration[5.0]
  def change
    add_index :spree_order_promotions, :promotion_id
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
spree_purchase_order-3.7.0 spec/dummy/db/migrate/20191113195953_add_index_on_promotion_id_to_order_promotions.spree.rb
spree_billing_sisow-0.9.2 spec/dummy/db/migrate/20190729091894_add_index_on_promotion_id_to_order_promotions.spree.rb
spree_billing_sisow-0.9.1 spec/dummy/db/migrate/20190729091894_add_index_on_promotion_id_to_order_promotions.spree.rb
spree_purchase_order-3.6.0 spec/dummy/db/migrate/20180516191818_add_index_on_promotion_id_to_order_promotions.spree.rb
spree_purchase_order-3.5.0 spec/dummy/db/migrate/20180516191818_add_index_on_promotion_id_to_order_promotions.spree.rb
spree_purchase_order-3.5.0.rc1 spec/dummy/db/migrate/20180516191818_add_index_on_promotion_id_to_order_promotions.spree.rb
spree_purchase_order-3.4.0 spec/dummy/db/migrate/20180516191818_add_index_on_promotion_id_to_order_promotions.spree.rb
spree_purchase_order-3.3.0 spec/dummy/db/migrate/20180516191818_add_index_on_promotion_id_to_order_promotions.spree.rb