Sha256: a42a0443c61237f9c31a6311a23eb91b91496a3c4bce037c6baeca10164c3b03
Contents?: true
Size: 263 Bytes
Versions: 141
Compression:
Stored size: 263 Bytes
Contents
class AddCustomerReturnIdToReturnItem < ActiveRecord::Migration[4.2] 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
141 entries across 141 versions & 2 rubygems