Sha256: 96f18b8b497af32351fd6350a7566334aad5e36fc36c51590e9bcf3a25e2c082
Contents?: true
Size: 150 Bytes
Versions: 141
Compression:
Stored size: 150 Bytes
Contents
class AddChannelToSpreeOrders < ActiveRecord::Migration[4.2] def change add_column :spree_orders, :channel, :string, default: "spree" end end
Version data entries
141 entries across 141 versions & 2 rubygems