Files
grecia/db/migrate/20150808100936_add_ip_to_ahoy_event.rb
2015-08-08 12:23:28 +02:00

6 lines
114 B
Ruby

class AddIpToAhoyEvent < ActiveRecord::Migration
def change
add_column :ahoy_events, :ip, :string
end
end