From fd5c2e612995fa6c730d733f65968574d19f0f6f Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Mon, 10 Oct 2011 10:40:34 -0300 Subject: [PATCH] Updating db/schema.rb --- db/schema.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 8134334..022950d 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 => 20110728173905) do +ActiveRecord::Schema.define(:version => 20110824192153) do create_table "action_tracker", :force => true do |t| t.integer "user_id" @@ -493,6 +493,8 @@ ActiveRecord::Schema.define(:version => 20110728173905) do t.string "last_chat_status", :default => "" t.string "chat_status", :default => "" t.datetime "chat_status_at" + t.string "activation_code", :limit => 40 + t.datetime "activated_at" end create_table "validation_infos", :force => true do |t| -- libgit2 0.21.2