diff options
author | Nihad Abbasov <mail@narkoz.me> | 2012-07-06 21:33:08 +0600 |
---|---|---|
committer | Nihad Abbasov <mail@narkoz.me> | 2012-07-06 21:33:08 +0600 |
commit | 0833b7ec5ba22ad4949db79443d3157c4edb13f5 (patch) | |
tree | 2350ab9629924ebdeb19f5d4fa99532d3468983f /db | |
parent | 6533711825c3f197470be041b95e2885bae50bc5 (diff) | |
download | gitlab-ce-0833b7ec5ba22ad4949db79443d3157c4edb13f5.tar.gz |
oops, uncomment authentication_token
Diffstat (limited to 'db')
-rw-r--r-- | db/migrate/20110913200833_devise_create_users.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20110913200833_devise_create_users.rb b/db/migrate/20110913200833_devise_create_users.rb index b76edbee8a9..1603bfd6154 100644 --- a/db/migrate/20110913200833_devise_create_users.rb +++ b/db/migrate/20110913200833_devise_create_users.rb @@ -34,7 +34,7 @@ class DeviseCreateUsers < ActiveRecord::Migration # t.datetime :locked_at # Token authenticatable - # t.string :authentication_token + t.string :authentication_token ## Invitable # t.string :invitation_token |