Sha256: 4b820468ffb7dc80fbaa4823abc3f029ec58e86c820bbdc1d07dea7994ec043c
Contents?: true
Size: 185 Bytes
Versions: 143
Compression:
Stored size: 185 Bytes
Contents
class AddPropageAllVariantsToSpreeStockLocation < ActiveRecord::Migration def change add_column :spree_stock_locations, :propagate_all_variants, :boolean, default: true end end
Version data entries
143 entries across 143 versions & 3 rubygems