Sha256: aaa124065c5213b7d5ab199709cceac559b9b100c04357951e06ab0e33a972c4
Contents?: true
Size: 191 Bytes
Versions: 9
Compression:
Stored size: 191 Bytes
Contents
# This migration comes from spree (originally 20121107194006) class AddCurrencyToOrders < ActiveRecord::Migration[4.2] def change add_column :spree_orders, :currency, :string end end
Version data entries
9 entries across 9 versions & 2 rubygems