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