Sha256: 19f0e31827c356ff08516bcd536b70dfd71987f19b44b23a3a60d0e624d3fce5
Contents?: true
Size: 253 Bytes
Versions: 9
Compression:
Stored size: 253 Bytes
Contents
# This migration comes from spree (originally 20130515180736) class AddBackorderableDefaultToSpreeStockLocation < ActiveRecord::Migration[4.2] def change add_column :spree_stock_locations, :backorderable_default, :boolean, default: true end end
Version data entries
9 entries across 9 versions & 2 rubygems