aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index bce1b4d10..5d9b620e0 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -140,7 +140,7 @@ ActiveRecord::Schema.define(:version => 67) do
end
create_table "raw_emails", :force => true do |t|
- t.binary "data", :null => false
+ t.text "data"
end
create_table "track_things", :force => true do |t|