Sha256: 94aaa216729a183196b64e0486b2172485246b669cad8da886c55d176aeff5ab
Contents?: true
Size: 202 Bytes
Versions: 6
Compression:
Stored size: 202 Bytes
Contents
# This migration comes from spree (originally 20140924164824) class AddCodeToSpreeTaxCategories < ActiveRecord::Migration def change add_column :spree_tax_categories, :tax_code, :string end end
Version data entries
6 entries across 6 versions & 3 rubygems