Sha256: a565f16fbe36588426203f216d2dd9756a2200d9cbb4bfedc71737111f10ffec
Contents?: true
Size: 212 Bytes
Versions: 9
Compression:
Stored size: 212 Bytes
Contents
# This migration comes from spree (originally 20131113035136) class AddChannelToSpreeOrders < ActiveRecord::Migration[4.2] def change add_column :spree_orders, :channel, :string, default: "spree" end end
Version data entries
9 entries across 9 versions & 2 rubygems