Sha256: bc7a5f5cebcf6584bf66850328b7fcce70822d02ab328c8c90758b9a35b98802

Contents?: true

Size: 328 Bytes

Versions: 14

Compression:

Stored size: 328 Bytes

Contents

# This migration comes from spree (originally 20130304192936)
class RemoveCategoryMatchAttributesFromShippingMethod < ActiveRecord::Migration
  def change
    remove_column :spree_shipping_methods, :match_none
    remove_column :spree_shipping_methods, :match_one
    remove_column :spree_shipping_methods, :match_all
  end
end

Version data entries

14 entries across 14 versions & 7 rubygems

Version Path
spree_weight_calculator-0.1.0 test/dummy/db/migrate/20160723192468_remove_category_match_attributes_from_shipping_method.spree.rb
spree_order_reporting-0.0.3 spec/dummy/db/migrate/20160708163065_remove_category_match_attributes_from_shipping_method.spree.rb
spree_order_reporting-0.0.2 spec/dummy/db/migrate/20160707103389_remove_category_match_attributes_from_shipping_method.spree.rb
spree_order_reporting-0.0.1 spec/dummy/db/migrate/20160706112341_remove_category_match_attributes_from_shipping_method.spree.rb
sprangular-0.1.0 spec/dummy/db/migrate/20140814105667_remove_category_match_attributes_from_shipping_method.spree.rb
sprangular-0.0.1 spec/dummy/db/migrate/20140814105667_remove_category_match_attributes_from_shipping_method.spree.rb
spree_mercado_pago-0.2.3 spec/dummy/db/migrate/20141204014660_remove_category_match_attributes_from_shipping_method.spree.rb
spree_mercado_pago-0.2.2 spec/dummy/db/migrate/20141204014660_remove_category_match_attributes_from_shipping_method.spree.rb
spree_mercado_pago-0.2.1 spec/dummy/db/migrate/20141112193443_remove_category_match_attributes_from_shipping_method.spree.rb
spree_mercado_pago-0.2.0 spec/dummy/db/migrate/20141112193443_remove_category_match_attributes_from_shipping_method.spree.rb
spree_mercado_pago_payment_method-0.2.0 spec/dummy/db/migrate/20141112193443_remove_category_match_attributes_from_shipping_method.spree.rb
spree_bitpay-1.0.2 spec/dummy/db/migrate/20141002181240_remove_category_match_attributes_from_shipping_method.spree.rb
bcms_spree-0.0.2 test/dummy/db/migrate/20140915222579_remove_category_match_attributes_from_shipping_method.spree.rb
bcms_spree-0.0.1 test/dummy/db/migrate/20140915222579_remove_category_match_attributes_from_shipping_method.spree.rb