Sha256: fba0f6fea0fb072c8ee829c67f2b217677e8bd658004c3c319a7b21b71fddb2f
Contents?: true
Size: 224 Bytes
Versions: 6
Compression:
Stored size: 224 Bytes
Contents
# This migration comes from spree (originally 20140730155938) class AddAcceptanceStatusErrorsToReturnItem < ActiveRecord::Migration def change add_column :spree_return_items, :acceptance_status_errors, :text end end
Version data entries
6 entries across 6 versions & 3 rubygems