diff options
author | Seb Bacon <seb@mysociety.org> | 2012-01-09 11:30:48 +0000 |
---|---|---|
committer | Seb Bacon <seb@mysociety.org> | 2012-01-09 11:30:48 +0000 |
commit | 22c2a8ce8c363e53e593128ec2e3f26aa8f259f1 (patch) | |
tree | eaf3ba72aa272b549b4d1544204e4c5eb3e09c55 /app/models/incoming_message.rb | |
parent | 57cc5eff8b5e3050e3d6a66f7167fc28af329163 (diff) | |
parent | 84190999aa57c5ea6e87f51adadde58d56b22682 (diff) |
Merge branch 'release/0.5' into wdtk
Diffstat (limited to 'app/models/incoming_message.rb')
-rw-r--r-- | app/models/incoming_message.rb | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index 20989d641..f0f1680eb 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -1,7 +1,5 @@ -# encoding: UTF-8 - # == Schema Information -# Schema version: 95 +# Schema version: 108 # # Table name: incoming_messages # @@ -10,11 +8,19 @@ # created_at :datetime not null # updated_at :datetime not null # raw_email_id :integer not null -# cached_attachment_text_clipped :text -# cached_main_body_text_folded :text -# cached_main_body_text_unfolded :text +# cached_attachment_text_clipped :text +# cached_main_body_text_folded :text +# cached_main_body_text_unfolded :text +# sent_at :time +# subject :text +# mail_from_domain :text +# valid_to_reply_to :boolean +# last_parsed :datetime +# mail_from :text # +# encoding: UTF-8 + # models/incoming_message.rb: # An (email) message from really anybody to be logged with a request. e.g. A # response from the public body. |