Sha256: 8b6e77f02392e4fe56f8f164151233cb26457bd268a50492eb2e7283c113e9d6
Contents?: true
Size: 217 Bytes
Versions: 2
Compression:
Stored size: 217 Bytes
Contents
# This migration comes from spree (originally 20150112194216) class AddPositionToStockLocation < ActiveRecord::Migration def change add_column :spree_stock_locations, :position, :integer, :default => 0 end end
Version data entries
2 entries across 2 versions & 1 rubygems