Fix outdated DB schema

This commit is contained in:
Thibault Jouan 2011-08-30 16:57:56 +00:00
parent 7fad9e0402
commit a0bb9c2afe

View File

@ -41,7 +41,6 @@ ActiveRecord::Schema.define(:version => 20110830110346) do
t.string "email"
t.datetime "created_at"
t.datetime "updated_at"
t.string "bcrypt_password"
t.string "password_hash"
end