aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index b53ac9e8e..3511724da 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -48,6 +48,7 @@ ActiveRecord::Schema.define(:version => 62) do
t.datetime "last_described_at"
t.integer "incoming_message_id"
t.integer "outgoing_message_id"
+ t.integer "comment_id"
end
create_table "info_requests", :force => true do |t|