Sha256: 9256a2b2b434da358c65a914c7fa8218147e81ae3ab07565b3e14d8cf542b9a7
Contents?: true
Size: 247 Bytes
Versions: 14
Compression:
Stored size: 247 Bytes
Contents
# This migration comes from spree (originally 20130516151222) class AddPropageAllVariantsToSpreeStockLocation < ActiveRecord::Migration def change add_column :spree_stock_locations, :propagate_all_variants, :boolean, default: true end end
Version data entries
14 entries across 14 versions & 7 rubygems