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

@@ -15,12 +15,11 @@ end
# id :integer not null, primary key
# topic_id :integer not null
# invite_id :integer not null
# created_at :datetime not null
# updated_at :datetime not null
# created_at :datetime
# updated_at :datetime
#
# Indexes
#
# index_topic_invites_on_invite_id (invite_id)
# index_topic_invites_on_topic_id_and_invite_id (topic_id,invite_id) UNIQUE
#