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

Version Path
spree_weight_calculator-0.1.0 test/dummy/db/migrate/20160723192497_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_order_reporting-0.0.3 spec/dummy/db/migrate/20160708163094_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_order_reporting-0.0.2 spec/dummy/db/migrate/20160707103418_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_order_reporting-0.0.1 spec/dummy/db/migrate/20160706112370_add_propage_all_variants_to_spree_stock_location.spree.rb
sprangular-0.1.0 spec/dummy/db/migrate/20140814105696_add_propage_all_variants_to_spree_stock_location.spree.rb
sprangular-0.0.1 spec/dummy/db/migrate/20140814105696_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_mercado_pago-0.2.3 spec/dummy/db/migrate/20141204014689_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_mercado_pago-0.2.2 spec/dummy/db/migrate/20141204014689_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_mercado_pago-0.2.1 spec/dummy/db/migrate/20141112193472_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_mercado_pago-0.2.0 spec/dummy/db/migrate/20141112193472_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_mercado_pago_payment_method-0.2.0 spec/dummy/db/migrate/20141112193472_add_propage_all_variants_to_spree_stock_location.spree.rb
spree_bitpay-1.0.2 spec/dummy/db/migrate/20141002181269_add_propage_all_variants_to_spree_stock_location.spree.rb
bcms_spree-0.0.2 test/dummy/db/migrate/20140915222608_add_propage_all_variants_to_spree_stock_location.spree.rb
bcms_spree-0.0.1 test/dummy/db/migrate/20140915222608_add_propage_all_variants_to_spree_stock_location.spree.rb