diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-09 11:05:31 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-09 11:05:31 +0000 |
commit | b428f877eda19a103839930ef5eb45fff3684b07 (patch) | |
tree | 0f2b5e42a24418a21cfcce88c7b7d2c56c516098 /app/models/raw_email.rb | |
parent | caff0a3ff2e38a5aab906baa4cc77d30587e1184 (diff) |
Ensure model schema documentation is up to date.
Diffstat (limited to 'app/models/raw_email.rb')
-rw-r--r-- | app/models/raw_email.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/models/raw_email.rb b/app/models/raw_email.rb index c6066cbf4..c6f84318b 100644 --- a/app/models/raw_email.rb +++ b/app/models/raw_email.rb @@ -1,11 +1,10 @@ # == Schema Information -# Schema version: 95 +# Schema version: 108 # # Table name: raw_emails # -# id :integer not null, primary key -# data_text :text -# data_binary :binary +# id :integer not null, primary key +# # models/raw_email.rb: # The fat part of models/incoming_message.rb |