Sha256: 461031521bfb796de8409571dfbb08fe9681854b4f1c49c01beb2ca45d10be81
Contents?: true
Size: 257 Bytes
Versions: 14
Compression:
Stored size: 257 Bytes
Contents
# This migration comes from spree (originally 20130815000406) class AddAdjustmentTotalToLineItems < ActiveRecord::Migration def change add_column :spree_line_items, :adjustment_total, :decimal, :precision => 10, :scale => 2, :default => 0.0 end end
Version data entries
14 entries across 14 versions & 7 rubygems