Sha256: c2ba7914953d26b807d44887b3525b6d46632b0cbbd1bf7546a9fef8168904f2
Contents?: true
Size: 153 Bytes
Versions: 11
Compression:
Stored size: 153 Bytes
Contents
class AddPositionToStockLocation < ActiveRecord::Migration def change add_column :spree_stock_locations, :position, :integer, default: 0 end end
Version data entries
11 entries across 11 versions & 1 rubygems