Sha256: f4bc794cef91cd7143c43abfd3454d9d861ff9ad29b7aa01e08725e1ced797a9

Contents?: true

Size: 139 Bytes

Versions: 141

Compression:

Stored size: 139 Bytes

Contents

class AddLastIpToSpreeOrders < ActiveRecord::Migration[4.2]
  def change
    add_column :spree_orders, :last_ip_address, :string
  end
end

Version data entries

141 entries across 141 versions & 2 rubygems

Version Path
solidus_core-2.0.0.beta1 db/migrate/20121126040517_add_last_ip_to_spree_orders.rb