Sha256: e4ce6fbb420dd43f2d41e9110393780d731db88906912c4a233e0d44832941eb
Contents?: true
Size: 285 Bytes
Versions: 35
Compression:
Stored size: 285 Bytes
Contents
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
35 entries across 35 versions & 3 rubygems