Sha256: 03fbf3f48026da7a229be36c9cf676a9d3bdcd7721c3273ddf96388083611876
Contents?: true
Size: 275 Bytes
Versions: 2
Compression:
Stored size: 275 Bytes
Contents
# This migration comes from spree (originally 20150113002123) class CreateAdjustmentPromotionCodeAssociation < ActiveRecord::Migration def change add_column :spree_adjustments, :promotion_code_id, :integer add_index :spree_adjustments, :promotion_code_id end end
Version data entries
2 entries across 2 versions & 1 rubygems