Sha256: 9fc40b8499c9ce12f1776bc4444256160697941531f3dce672c77d40f113477e
Contents?: true
Size: 223 Bytes
Versions: 9
Compression:
Stored size: 223 Bytes
Contents
# This migration comes from spree (originally 20140207085910) class AddTaxCategoryIdToShippingMethods < ActiveRecord::Migration[4.2] def change add_column :spree_shipping_methods, :tax_category_id, :integer end end
Version data entries
9 entries across 9 versions & 2 rubygems