Project

General

Profile

Download (201 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddRemoteAddressToAudits < ActiveRecord::Migration
def up
add_column :audits, :remote_address, :string, :limit => 255
end

def down
remove_column :audits, :remote_address
end
end
(88-88/310)