Commit 106d00bfffafe4ffb37b3238f1a6d1097a433029
1 parent
48fdc451
Exists in
master
and in
22 other branches
Update db/schema.rb
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
db/schema.rb
... | ... | @@ -725,6 +725,7 @@ ActiveRecord::Schema.define(:version => 20150122165042) do |
725 | 725 | t.string "activation_code", :limit => 40 |
726 | 726 | t.datetime "activated_at" |
727 | 727 | t.string "return_to" |
728 | + t.datetime "last_login_at" | |
728 | 729 | end |
729 | 730 | |
730 | 731 | create_table "validation_infos", :force => true do |t| | ... | ... |