Sha256: 6cad8558d297100c2f872eb552dfc6510fc3d8b8f688ebf67bb25fada5e05882
Contents?: true
Size: 217 Bytes
Versions: 14
Compression:
Stored size: 217 Bytes
Contents
# This migration comes from spree (originally 20130809164330) class AddAdminNameColumnToSpreeStockLocations < ActiveRecord::Migration def change add_column :spree_stock_locations, :admin_name, :string end end
Version data entries
14 entries across 14 versions & 7 rubygems