Sha256: c01b5e956a02483f414de8ebac1235dc64d4d93dc17d7489006411954e97f4e9
Contents?: true
Size: 218 Bytes
Versions: 14
Compression:
Stored size: 218 Bytes
Contents
# This migration comes from spree (originally 20140207085910) class AddTaxCategoryIdToShippingMethods < ActiveRecord::Migration def change add_column :spree_shipping_methods, :tax_category_id, :integer end end
Version data entries
14 entries across 14 versions & 7 rubygems