diff options
author | francis <francis> | 2008-09-24 13:06:09 +0000 |
---|---|---|
committer | francis <francis> | 2008-09-24 13:06:09 +0000 |
commit | bb7c8747107ef256ac763e85ef1e97bbeece2ef4 (patch) | |
tree | f733ca2e5d818cc889970475f0ecf8df4178342c | |
parent | 83abcd87814870b8a44dc384bd82186aa6051640 (diff) |
Schema was wrong as my local db was wrong.
-rw-r--r-- | db/schema.rb | 2 |
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| |