Sha256: 2e1829fe6fd734103ef7b9dc6a39f3dacdd30fc9db20a691df85482c4f0d3889
Contents?: true
Size: 201 Bytes
Versions: 9
Compression:
Stored size: 201 Bytes
Contents
# This migration comes from spree (originally 20121126040517) class AddLastIpToSpreeOrders < ActiveRecord::Migration[4.2] def change add_column :spree_orders, :last_ip_address, :string end end
Version data entries
9 entries across 9 versions & 2 rubygems