Sha256: e8cd5b0a1206e2a9d81cf871cc31c1ea7f73ea1f94b0a4ec833a97bce5da5ddc
Contents?: true
Size: 207 Bytes
Versions: 14
Compression:
Stored size: 207 Bytes
Contents
# This migration comes from spree (originally 20131113035136) class AddChannelToSpreeOrders < ActiveRecord::Migration def change add_column :spree_orders, :channel, :string, default: "spree" end end
Version data entries
14 entries across 14 versions & 7 rubygems