Sha256: b9f77933abb82e9760a0330789d700157f062dab88f03e07660ba2cc02a7f4d1
Contents?: true
Size: 320 Bytes
Versions: 6
Compression:
Stored size: 320 Bytes
Contents
# This migration comes from spree (originally 20140718133349) class AddCustomerReturnIdToReturnItem < ActiveRecord::Migration def change add_column :spree_return_items, :customer_return_id, :integer add_index :spree_return_items, :customer_return_id, name: 'index_return_items_on_customer_return_id' end end
Version data entries
6 entries across 6 versions & 3 rubygems