Sha256: 899c20973a11a47a8eb6a96964e2d18e7a6d2a6a80c9376adaeaf89cfac43fb3
Contents?: true
Size: 211 Bytes
Versions: 14
Compression:
Stored size: 211 Bytes
Contents
# This migration comes from spree (originally 20140616202624) class RemoveUncapturedAmountFromSpreePayments < ActiveRecord::Migration def change remove_column :spree_payments, :uncaptured_amount end end
Version data entries
14 entries across 14 versions & 7 rubygems