Sha256: c8098a5303f5227905ae63105930f31516324cb97f733fa5bf7bf0fefb86d451
Contents?: true
Size: 222 Bytes
Versions: 14
Compression:
Stored size: 222 Bytes
Contents
# This migration comes from spree (originally 20121109173623) class AddCostCurrencyToVariants < ActiveRecord::Migration def change add_column :spree_variants, :cost_currency, :string, :after => :cost_price end end
Version data entries
14 entries across 14 versions & 7 rubygems