Sha256: ae8553a58b60d4e2a3e8c77ad3aec80097bf3b72317d76e4b655ca218759a5e5
Contents?: true
Size: 280 Bytes
Versions: 39
Compression:
Stored size: 280 Bytes
Contents
class AddPromotionCodeIdToOrdersPromotions < ActiveRecord::Migration def change add_column :spree_orders_promotions, :promotion_code_id, :integer add_index :spree_orders_promotions, :promotion_code_id add_column :spree_orders_promotions, :id, :primary_key end end
Version data entries
39 entries across 39 versions & 1 rubygems