Sha256: 11e282c5541065035fca52ba1316a93367ccf13f5df84fc2f58a93b4c2a1e9b2
Contents?: true
Size: 222 Bytes
Versions: 9
Compression:
Stored size: 222 Bytes
Contents
# This migration comes from spree (originally 20130809164330) class AddAdminNameColumnToSpreeStockLocations < ActiveRecord::Migration[4.2] def change add_column :spree_stock_locations, :admin_name, :string end end
Version data entries
9 entries across 9 versions & 2 rubygems