Commit fd5c2e612995fa6c730d733f65968574d19f0f6f
1 parent
36360403
Exists in
master
and in
22 other branches
Updating db/schema.rb
(ActionItem2064)
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
db/schema.rb
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | # |
10 | 10 | # It's strongly recommended to check this file into your version control system. |
11 | 11 | |
12 | -ActiveRecord::Schema.define(:version => 20110728173905) do | |
12 | +ActiveRecord::Schema.define(:version => 20110824192153) do | |
13 | 13 | |
14 | 14 | create_table "action_tracker", :force => true do |t| |
15 | 15 | t.integer "user_id" |
... | ... | @@ -493,6 +493,8 @@ ActiveRecord::Schema.define(:version => 20110728173905) do |
493 | 493 | t.string "last_chat_status", :default => "" |
494 | 494 | t.string "chat_status", :default => "" |
495 | 495 | t.datetime "chat_status_at" |
496 | + t.string "activation_code", :limit => 40 | |
497 | + t.datetime "activated_at" | |
496 | 498 | end |
497 | 499 | |
498 | 500 | create_table "validation_infos", :force => true do |t| | ... | ... |