Sha256: 243af64032f77d6a3db699532df3ed4c5d1535c71fa872b27fa299ed59bf94c5
Contents?: true
Size: 218 Bytes
Versions: 21
Compression:
Stored size: 218 Bytes
Contents
class CreateAdjustmentPromotionCodeAssociation < ActiveRecord::Migration[4.2] def change add_column :spree_adjustments, :promotion_code_id, :integer add_index :spree_adjustments, :promotion_code_id end end
Version data entries
21 entries across 21 versions & 1 rubygems