Sha256: 2af78e84d2188890211abf17295342140f491680b8caaa05421b8c99db77f921
Contents?: true
Size: 304 Bytes
Versions: 7
Compression:
Stored size: 304 Bytes
Contents
# This migration comes from spree (originally 20101026184932) class PreventNilEmail < ActiveRecord::Migration def up execute "UPDATE orders SET email = 'guest@example.com' WHERE email IS NULL" execute "UPDATE orders SET email = 'guest@example.com' WHERE email = ''" end def down end end
Version data entries
7 entries across 7 versions & 2 rubygems