Sha256: 1c11932f3dc138b80cadeb93c68668f71c6f8d12e35808b8f34c1cbedd0f24ba

Contents?: true

Size: 210 Bytes

Versions: 1

Compression:

Stored size: 210 Bytes

Contents

class AddAuthenticationTokenToAccounts < ActiveRecord::Migration
  def change
    add_column :cadenero_accounts, :authentication_token, :string
    add_index :cadenero_accounts, :authentication_token
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cadenero-0.0.1 db/migrate/20130612093908_add_authentication_token_to_accounts.rb