Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorNihad Abbasov <mail@narkoz.me>2012-07-06 19:33:08 +0400
committerNihad Abbasov <mail@narkoz.me>2012-07-06 19:33:08 +0400
commit0833b7ec5ba22ad4949db79443d3157c4edb13f5 (patch)
tree2350ab9629924ebdeb19f5d4fa99532d3468983f /db
parent6533711825c3f197470be041b95e2885bae50bc5 (diff)
oops, uncomment authentication_token
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20110913200833_devise_create_users.rb2
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