Sha256: 63c5a7cd8349263f86be520e17f41f7bcdddf8bd22ae79d8d03101ed4849e939
Contents?: true
Size: 198 Bytes
Versions: 9
Compression:
Stored size: 198 Bytes
Contents
# This migration comes from spree (originally 20121107184631) class AddCurrencyToLineItems < ActiveRecord::Migration[4.2] def change add_column :spree_line_items, :currency, :string end end
Version data entries
9 entries across 9 versions & 2 rubygems