aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-09-24 13:06:09 +0000
committerfrancis <francis>2008-09-24 13:06:09 +0000
commitbb7c8747107ef256ac763e85ef1e97bbeece2ef4 (patch)
treef733ca2e5d818cc889970475f0ecf8df4178342c
parent83abcd87814870b8a44dc384bd82186aa6051640 (diff)
Schema was wrong as my local db was wrong.
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 5d9b620e0..6939d7c41 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.text "data"
+ t.text "data", :null => false
end
create_table "track_things", :force => true do |t|