Sha256: 2a0896d1342f8914882869741de2466fc61052fd89c259214342ab6ded48cf75

Contents?: true

Size: 333 Bytes

Versions: 9

Compression:

Stored size: 333 Bytes

Contents

# This migration comes from spree (originally 20130304192936)
class RemoveCategoryMatchAttributesFromShippingMethod < ActiveRecord::Migration[4.2]
  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

9 entries across 9 versions & 2 rubygems

Version Path
spree_purchase_order-3.7.0 spec/dummy/db/migrate/20191113195746_remove_category_match_attributes_from_shipping_method.spree.rb
spree_billing_sisow-0.9.2 spec/dummy/db/migrate/20190729091687_remove_category_match_attributes_from_shipping_method.spree.rb
spree_billing_sisow-0.9.1 spec/dummy/db/migrate/20190729091687_remove_category_match_attributes_from_shipping_method.spree.rb
spree_purchase_order-3.6.0 spec/dummy/db/migrate/20180516181875_remove_category_match_attributes_from_shipping_method.spree.rb
spree_purchase_order-3.5.0 spec/dummy/db/migrate/20180516181875_remove_category_match_attributes_from_shipping_method.spree.rb
spree_purchase_order-3.5.0.rc1 spec/dummy/db/migrate/20180516181875_remove_category_match_attributes_from_shipping_method.spree.rb
spree_purchase_order-3.4.0 spec/dummy/db/migrate/20180516181875_remove_category_match_attributes_from_shipping_method.spree.rb
spree_purchase_order-3.3.0 spec/dummy/db/migrate/20180516181875_remove_category_match_attributes_from_shipping_method.spree.rb
spree_purchase_order-3.2.0 spec/dummy/db/migrate/20180516181875_remove_category_match_attributes_from_shipping_method.spree.rb