aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 38257f742..30c9570ec 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -2,7 +2,7 @@
# migrations feature of ActiveRecord to incrementally modify your database, and
# then regenerate this schema definition.
-ActiveRecord::Schema.define(:version => 23) do
+ActiveRecord::Schema.define(:version => 24) do
create_table "incoming_messages", :force => true do |t|
t.column "info_request_id", :integer
@@ -11,6 +11,7 @@ ActiveRecord::Schema.define(:version => 23) do
t.column "updated_at", :datetime
t.column "user_classified", :boolean, :default => false
t.column "contains_information", :boolean
+ t.column "is_bounce", :boolean, :default => false
end
create_table "info_request_events", :force => true do |t|