update annotations

This commit is contained in:
Régis Hanol
2014-04-08 17:35:44 +02:00
parent 11dcd2f6c5
commit 6373de550f
50 changed files with 102 additions and 129 deletions

View File

@ -11,11 +11,10 @@ end
#
# post_id :integer
# reply_id :integer
# created_at :datetime not null
# updated_at :datetime not null
# created_at :datetime
# updated_at :datetime
#
# Indexes
#
# index_post_replies_on_post_id_and_reply_id (post_id,reply_id) UNIQUE
#