Sha256: db36248bc4fbf9e2b9e1a650e1694b7ebb74e039ca54efe4daa5fa74ba2e8710
Contents?: true
Size: 152 Bytes
Versions: 107
Compression:
Stored size: 152 Bytes
Contents
class AddIndexOnPromotionIdToOrderPromotions < ActiveRecord::Migration[5.0] def change add_index :spree_order_promotions, :promotion_id end end
Version data entries
107 entries across 107 versions & 1 rubygems