Sha256: a280c70fa28f0c7ea4eca6090e33b8827dd8ccc5d7007f018eee10971c682c37

Contents?: true

Size: 252 Bytes

Versions: 9

Compression:

Stored size: 252 Bytes

Contents

# This migration comes from spree (originally 20130516151222)
class AddPropageAllVariantsToSpreeStockLocation < ActiveRecord::Migration[4.2]
  def change
    add_column :spree_stock_locations, :propagate_all_variants, :boolean, default: true
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
spree_purchase_order-3.7.0 spec/dummy/db/migrate/20191113195775_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_billing_sisow-0.9.2 spec/dummy/db/migrate/20190729091716_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_billing_sisow-0.9.1 spec/dummy/db/migrate/20190729091716_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_purchase_order-3.6.0 spec/dummy/db/migrate/20180516181904_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_purchase_order-3.5.0 spec/dummy/db/migrate/20180516181904_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_purchase_order-3.5.0.rc1 spec/dummy/db/migrate/20180516181904_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_purchase_order-3.4.0 spec/dummy/db/migrate/20180516181904_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_purchase_order-3.3.0 spec/dummy/db/migrate/20180516181904_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_purchase_order-3.2.0 spec/dummy/db/migrate/20180516181904_add_propage_all_variants_to_spree_stock_location.spree.rb