Sha256: bc60209786cc2484ceeeca825ab85edf54ceff79760e60dcd92777f5f51754be

Contents?: true

Size: 187 Bytes

Versions: 14

Compression:

Stored size: 187 Bytes

Contents

# This migration comes from spree (originally 20130423110707)
class DropProductsCountOnHand < ActiveRecord::Migration
  def up
    remove_column :spree_products, :count_on_hand
  end
end

Version data entries

14 entries across 14 versions & 7 rubygems

Version Path
spree_weight_calculator-0.1.0 test/dummy/db/migrate/20160723192492_drop_products_count_on_hand.spree.rb
spree_order_reporting-0.0.3 spec/dummy/db/migrate/20160708163089_drop_products_count_on_hand.spree.rb
spree_order_reporting-0.0.2 spec/dummy/db/migrate/20160707103413_drop_products_count_on_hand.spree.rb
spree_order_reporting-0.0.1 spec/dummy/db/migrate/20160706112365_drop_products_count_on_hand.spree.rb
sprangular-0.1.0 spec/dummy/db/migrate/20140814105691_drop_products_count_on_hand.spree.rb
sprangular-0.0.1 spec/dummy/db/migrate/20140814105691_drop_products_count_on_hand.spree.rb
spree_mercado_pago-0.2.3 spec/dummy/db/migrate/20141204014684_drop_products_count_on_hand.spree.rb
spree_mercado_pago-0.2.2 spec/dummy/db/migrate/20141204014684_drop_products_count_on_hand.spree.rb
spree_mercado_pago-0.2.1 spec/dummy/db/migrate/20141112193467_drop_products_count_on_hand.spree.rb
spree_mercado_pago-0.2.0 spec/dummy/db/migrate/20141112193467_drop_products_count_on_hand.spree.rb
spree_mercado_pago_payment_method-0.2.0 spec/dummy/db/migrate/20141112193467_drop_products_count_on_hand.spree.rb
spree_bitpay-1.0.2 spec/dummy/db/migrate/20141002181264_drop_products_count_on_hand.spree.rb
bcms_spree-0.0.2 test/dummy/db/migrate/20140915222603_drop_products_count_on_hand.spree.rb
bcms_spree-0.0.1 test/dummy/db/migrate/20140915222603_drop_products_count_on_hand.spree.rb