Sha256: afc85082f69eefdc07ba563bbbeeecd8ece812b7f4bc446a099a98d5b27e1e09
Contents?: true
Size: 156 Bytes
Versions: 116
Compression:
Stored size: 156 Bytes
Contents
class AddTaxCategoryIdToShippingMethods < ActiveRecord::Migration def change add_column :spree_shipping_methods, :tax_category_id, :integer end end
Version data entries
116 entries across 116 versions & 2 rubygems