Sha256: dcf5dcb3ab697282c060de270e431ded1dacf161fb390220decdf5565fbbf545

Contents?: true

Size: 215 Bytes

Versions: 5

Compression:

Stored size: 215 Bytes

Contents

# This migration comes from arcadex (originally 20140910215118)
class AddCurrentIpAddressToArcadexTokens < ActiveRecord::Migration
  def change
    add_column :arcadex_tokens, :current_ip_address, :string
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arcadex-1.3.1 test/test_app/db/migrate/20141016225559_add_current_ip_address_to_arcadex_tokens.arcadex.rb
arcadex-1.3.0 test/test_app/db/migrate/20141016225559_add_current_ip_address_to_arcadex_tokens.arcadex.rb
arcadex-1.2.3 test/test_app/db/migrate/20141016225559_add_current_ip_address_to_arcadex_tokens.arcadex.rb
arcadex-1.2.1 test/test_app/db/migrate/20141016225559_add_current_ip_address_to_arcadex_tokens.arcadex.rb
arcadex-1.2.0 test/test_app/db/migrate/20141016225559_add_current_ip_address_to_arcadex_tokens.arcadex.rb