aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-07-26 17:38:03 +0200
committerJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-08-11 20:03:02 +0200
commit2c3d2bd41d2909180bb4e8edf056a275b2f4615e (patch)
tree4281224ff4996e7dd98de0c4dcb09979a56d1350 /db
parentContent inside <content-body:> instead of <content:> on users/questions page (diff)
downloadrecruiting-webapp-2c3d2bd41d2909180bb4e8edf056a275b2f4615e.tar.gz
recruiting-webapp-2c3d2bd41d2909180bb4e8edf056a275b2f4615e.tar.bz2
recruiting-webapp-2c3d2bd41d2909180bb4e8edf056a275b2f4615e.zip
Alternative login with openID
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index c988035..aee7dbd 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -9,7 +9,7 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 20100809160102) do
+ActiveRecord::Schema.define(:version => 20100811164808) do
create_table "answers", :force => true do |t|
t.text "content", :default => "", :null => false
@@ -153,6 +153,7 @@ ActiveRecord::Schema.define(:version => 20100809160102) do
t.datetime "key_timestamp"
t.boolean "project_lead", :default => false
t.string "token"
+ t.string "openid"
end
add_index "users", ["mentor_id"], :name => "index_users_on_mentor_id"