Sha256: 71a19410c59b8dd4990fdaa582a44756446f586d76445acd041dc2a6621d9a92
Contents?: true
Size: 211 Bytes
Versions: 5
Compression:
Stored size: 211 Bytes
Contents
# This migration comes from arcadex (originally 20140910215044) class AddFirstIpAddressToArcadexTokens < ActiveRecord::Migration def change add_column :arcadex_tokens, :first_ip_address, :string end end
Version data entries
5 entries across 5 versions & 1 rubygems