Sha256: cc42fbb2ae63b41f36184b851fe3619951c51ff458208f0db19788bf02a4c385
Contents?: true
Size: 224 Bytes
Versions: 9
Compression:
Stored size: 224 Bytes
Contents
# This migration comes from spree (originally 20121109173623) class AddCostCurrencyToVariants < ActiveRecord::Migration[4.2] def change add_column :spree_variants, :cost_currency, :string, after: :cost_price end end
Version data entries
9 entries across 9 versions & 2 rubygems