aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/incoming_message.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/incoming_message.rb')
-rw-r--r--app/models/incoming_message.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb
index 54e7b4f7f..59e2ec9a7 100644
--- a/app/models/incoming_message.rb
+++ b/app/models/incoming_message.rb
@@ -1,15 +1,15 @@
# == Schema Information
-# Schema version: 66
+# Schema version: 67
#
# Table name: incoming_messages
#
# id :integer not null, primary key
# info_request_id :integer not null
-# raw_data :text not null
# created_at :datetime not null
# updated_at :datetime not null
# cached_attachment_text :text
# cached_main_body_text :text
+# raw_email_id :integer not null
#
# models/incoming_message.rb:
@@ -19,7 +19,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: incoming_message.rb,v 1.148 2008-09-22 22:08:44 francis Exp $
+# $Id: incoming_message.rb,v 1.149 2008-09-22 22:16:37 francis Exp $
# TODO
# Move some of the (e.g. quoting) functions here into rblib, as they feel