Sha256: eb78e7dd78fe78e12eabf26772e741f54102ad0e07950b141542f2121d7d2626
Contents?: true
Size: 213 Bytes
Versions: 14
Compression:
Stored size: 213 Bytes
Contents
# This migration comes from spree (originally 20130326175857) class AddStockLocationToRma < ActiveRecord::Migration def change add_column :spree_return_authorizations, :stock_location_id, :integer end end
Version data entries
14 entries across 14 versions & 7 rubygems