From 426be7f2c0eb5cf09bb35bb9d40c67b7af59d7ec Mon Sep 17 00:00:00 2001 From: francis Date: Fri, 21 Mar 2008 14:04:29 +0000 Subject: Get rid of special envelope from -bounce addresses, as they are no good since enough public authorities mail them with non-automatic messages. --- db/schema.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'db/schema.rb') diff --git a/db/schema.rb b/db/schema.rb index 5bcb2470e..2f304ddc7 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -9,14 +9,13 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 43) do +ActiveRecord::Schema.define(:version => 44) do create_table "incoming_messages", :force => true do |t| - t.integer "info_request_id", :null => false - t.text "raw_data", :null => false - t.datetime "created_at", :null => false - t.datetime "updated_at", :null => false - t.boolean "is_bounce", :default => false, :null => false + t.integer "info_request_id", :null => false + t.text "raw_data", :null => false + t.datetime "created_at", :null => false + t.datetime "updated_at", :null => false end create_table "info_request_events", :force => true do |t| -- cgit v1.2.3