Sha256: 74a24f1e0ad884228d5400de28ff2c5122e947b06d846df27d9f147eb923ef12
Contents?: true
Size: 211 Bytes
Versions: 14
Compression:
Stored size: 211 Bytes
Contents
# This migration comes from spree (originally 20130802014537) class AddTaxCategoryIdToSpreeLineItems < ActiveRecord::Migration def change add_column :spree_line_items, :tax_category_id, :integer end end
Version data entries
14 entries across 14 versions & 7 rubygems