Sha256: 1823f016f12e69b6b2ea0c62d12ac963f19efa1576b196ecc932c8b3232903ea
Contents?: true
Size: 196 Bytes
Versions: 14
Compression:
Stored size: 196 Bytes
Contents
# This migration comes from spree (originally 20121126040517) class AddLastIpToSpreeOrders < ActiveRecord::Migration def change add_column :spree_orders, :last_ip_address, :string end end
Version data entries
14 entries across 14 versions & 7 rubygems