Sha256: c4648a5e5379ffe247894ceb1c21a7a0a8afb59707392fad6e5b725ab1aad56a
Contents?: true
Size: 223 Bytes
Versions: 2
Compression:
Stored size: 223 Bytes
Contents
# This migration comes from spree (originally 20150622144655) class AddUpdateReasonToStoreCreditEvents < ActiveRecord::Migration def change add_column :spree_store_credit_events, :update_reason_id, :integer end end
Version data entries
2 entries across 2 versions & 1 rubygems