Sha256: a380d2814ff46e2292cd5dbd47241af3b32f29260f6ad57a1afa7a32fe17036b
Contents?: true
Size: 134 Bytes
Versions: 151
Compression:
Stored size: 134 Bytes
Contents
class AddLastIpToSpreeOrders < ActiveRecord::Migration def change add_column :spree_orders, :last_ip_address, :string end end
Version data entries
151 entries across 151 versions & 2 rubygems