Commit fd5c2e612995fa6c730d733f65968574d19f0f6f
1 parent
36360403
Exists in
master
and in
23 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,7 +9,7 @@ | ||
| 9 | # | 9 | # |
| 10 | # It's strongly recommended to check this file into your version control system. | 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 | create_table "action_tracker", :force => true do |t| | 14 | create_table "action_tracker", :force => true do |t| |
| 15 | t.integer "user_id" | 15 | t.integer "user_id" |
| @@ -493,6 +493,8 @@ ActiveRecord::Schema.define(:version => 20110728173905) do | @@ -493,6 +493,8 @@ ActiveRecord::Schema.define(:version => 20110728173905) do | ||
| 493 | t.string "last_chat_status", :default => "" | 493 | t.string "last_chat_status", :default => "" |
| 494 | t.string "chat_status", :default => "" | 494 | t.string "chat_status", :default => "" |
| 495 | t.datetime "chat_status_at" | 495 | t.datetime "chat_status_at" |
| 496 | + t.string "activation_code", :limit => 40 | ||
| 497 | + t.datetime "activated_at" | ||
| 496 | end | 498 | end |
| 497 | 499 | ||
| 498 | create_table "validation_infos", :force => true do |t| | 500 | create_table "validation_infos", :force => true do |t| |