aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-02-28 12:29:43 +0000
committerfrancis <francis>2008-02-28 12:29:43 +0000
commit37147aeb70389c4406e40f7ef7ea786eae2e8ac3 (patch)
treed67121594c5010a9667b2f5cdc952476e4431686 /db/schema.rb
parent7314ca8e90358d11cc098db4f8355c48b66583ff (diff)
Prevent leaking of information as to whether user account exists or not.
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 0e8c26f80..58ddb696d 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -9,7 +9,7 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 39) do
+ActiveRecord::Schema.define(:version => 40) do
create_table "incoming_messages", :force => true do |t|
t.integer "info_request_id", :null => false