Sha256: 6bdb6223d1e982aa5ba451e4b39961e6a1333c90289c916b446ad62b5a855faa
Contents?: true
Size: 216 Bytes
Versions: 9
Compression:
Stored size: 216 Bytes
Contents
# This migration comes from spree (originally 20130802014537) class AddTaxCategoryIdToSpreeLineItems < ActiveRecord::Migration[4.2] def change add_column :spree_line_items, :tax_category_id, :integer end end
Version data entries
9 entries across 9 versions & 2 rubygems