From a0bb9c2afed1de5259e4670c4b66bf42990902ca Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 30 Aug 2011 16:57:56 +0000 Subject: [PATCH] Fix outdated DB schema --- db/schema.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 334810e..cdfdf10 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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