Sha256: 3a41503be8a80968bdbd8621cc62fba9d652253a9d0e9dd9853e6237e3fa39b7
Contents?: true
Size: 234 Bytes
Versions: 7
Compression:
Stored size: 234 Bytes
Contents
# This migration comes from spree (originally 20101026184916) class PreventNilPaymentTotal < ActiveRecord::Migration def up execute "UPDATE orders SET payment_total = 0.0 WHERE payment_total IS NULL" end def down end end
Version data entries
7 entries across 7 versions & 2 rubygems