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