aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-09-22 22:16:37 +0000
committerfrancis <francis>2008-09-22 22:16:37 +0000
commit78f6d3afc814fd9fb8acb565fc3b8d42e43f61ba (patch)
treed48c6b3eb6bd46379b7e9e0552ac1fb1ea25c7f3 /db/schema.rb
parent945b754b9ecc2d6c002245de58d9870f5beb3961 (diff)
Annotate models.
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|