aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/raw_email.rb
diff options
context:
space:
mode:
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: