Sha256: f271a293c298f98c498a53b4b415290022cf9a18bf5d724746f39ff5ae2192e6
Contents?: true
Size: 347 Bytes
Versions: 7
Compression:
Stored size: 347 Bytes
Contents
# This migration comes from spree (originally 20111201024007) class MakeAdjustmentsPolymorphic < ActiveRecord::Migration def change add_column :spree_adjustments, :adjustable_type, :string rename_column :spree_adjustments, :order_id, :adjustable_id execute "UPDATE spree_adjustments SET adjustable_type = 'Spree::Order'" end end
Version data entries
7 entries across 7 versions & 2 rubygems