Sha256: c24ccaeb622d0aeea2444db9dedb98d956e15cb9d68352e97d76f9d570c46454
Contents?: true
Size: 145 Bytes
Versions: 138
Compression:
Stored size: 145 Bytes
Contents
class AddChannelToSpreeOrders < ActiveRecord::Migration def change add_column :spree_orders, :channel, :string, default: "spree" end end
Version data entries
138 entries across 138 versions & 3 rubygems