Sha256: 61bea7e331564469c4ba61fc74a606fca42b5fa08a4de15194dc4e8e14607cc1
Contents?: true
Size: 252 Bytes
Versions: 9
Compression:
Stored size: 252 Bytes
Contents
# This migration comes from spree (originally 20140205144710) class AddUncapturedAmountToPayments < ActiveRecord::Migration[4.2] def change add_column :spree_payments, :uncaptured_amount, :decimal, precision: 10, scale: 2, default: 0.0 end end
Version data entries
9 entries across 9 versions & 2 rubygems