From 78f6d3afc814fd9fb8acb565fc3b8d42e43f61ba Mon Sep 17 00:00:00 2001 From: francis Date: Mon, 22 Sep 2008 22:16:37 +0000 Subject: Annotate models. --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/schema.rb') 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| -- cgit v1.2.3