aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/raw_email.rb
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-07-15 14:33:05 +0100
committerFrancis Irving <francis@mysociety.org>2010-07-15 14:33:05 +0100
commit5b372d8c5d6d66a11a9329633c208b257003f59e (patch)
tree276f7d0d64e1c57d06231e05225cd7419583deba /app/models/raw_email.rb
parent3ecbcf1abd036965740813583302ac9c344b8b7a (diff)
Update model annotations.
Diffstat (limited to 'app/models/raw_email.rb')
-rw-r--r--app/models/raw_email.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/models/raw_email.rb b/app/models/raw_email.rb
index 921c04034..9df3aedb3 100644
--- a/app/models/raw_email.rb
+++ b/app/models/raw_email.rb
@@ -1,10 +1,11 @@
# == Schema Information
-# Schema version: 80
+# Schema version: 84
#
# Table name: raw_emails
#
-# id :integer not null, primary key
-# data :text not null
+# id :integer not null, primary key
+# data_text :text
+# data_binary :binary
#
# models/raw_email.rb: