# This migration comes from spree (originally 20130815024413) class AddAdjustmentTotalToShipments < ActiveRecord::Migration def change add_column :spree_shipments, :adjustment_total, :decimal, :precision => 10, :scale => 2, :default => 0.0 end end