Sha256: a380d2814ff46e2292cd5dbd47241af3b32f29260f6ad57a1afa7a32fe17036b
Contents?: true
Size: 134 Bytes
Versions: 154
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
154 entries across 154 versions & 3 rubygems