Sha256: e271b1c8c4c5e2a564aaf4833b078b197dc5057cab54c85935d766160d3a3ef5
Contents?: true
Size: 230 Bytes
Versions: 2
Compression:
Stored size: 230 Bytes
Contents
# This migration comes from spree (originally 20150515170322) class AddCheckStockOnTransfer < ActiveRecord::Migration def change add_column :spree_stock_locations, :check_stock_on_transfer, :boolean, default: true end end
Version data entries
2 entries across 2 versions & 1 rubygems