aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/incoming_message.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-09-22 22:16:37 +0000
committerfrancis <francis>2008-09-22 22:16:37 +0000
commit78f6d3afc814fd9fb8acb565fc3b8d42e43f61ba (patch)
treed48c6b3eb6bd46379b7e9e0552ac1fb1ea25c7f3 /app/models/incoming_message.rb
parent945b754b9ecc2d6c002245de58d9870f5beb3961 (diff)
Annotate models.
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