Sha256: 711faf02a5f07e782606d43032a99dc00a098c216886d1e42ff4b67eccf1eeba
Contents?: true
Size: 191 Bytes
Versions: 141
Compression:
Stored size: 191 Bytes
Contents
class AddBackorderableDefaultToSpreeStockLocation < ActiveRecord::Migration[4.2] def change add_column :spree_stock_locations, :backorderable_default, :boolean, default: true end end
Version data entries
141 entries across 141 versions & 2 rubygems