diff options
author | francis <francis> | 2008-08-13 01:39:40 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-13 01:39:40 +0000 |
commit | f211952e017aeda47d5ddbdd0119ca76395af881 (patch) | |
tree | 56c988daf667f12f3f47c3d661d2cacb910957b6 /db/schema.rb | |
parent | 863c578c0913dfe8c85a99e59fb23ee0ca66fa8a (diff) |
Most of comments code.
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 1 |
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| |