Sha256: e83c2001bf828f2ce06917cc9c781ea7c5ec3981ed190e5d3508cae0fbf9718c
Contents?: true
Size: 157 Bytes
Versions: 11
Compression:
Stored size: 157 Bytes
Contents
class AddCostCurrencyToVariants < ActiveRecord::Migration def change add_column :spree_variants, :cost_currency, :string, after: :cost_price end end
Version data entries
11 entries across 11 versions & 1 rubygems