correct annotation

This commit is contained in:
Sam 2017-05-26 09:04:54 -04:00
parent 0aed2533ac
commit aa24bcbcc9
1 changed files with 2 additions and 1 deletions

View File

@ -157,9 +157,10 @@ end
# created_at :datetime
# updated_at :datetime
# category_id :integer
# public_type :boolean default(TRUE)
#
# Indexes
#
# idx_topic_id_status_type_deleted_at (topic_id,status_type) UNIQUE
# idx_topic_id_public_type_deleted_at (topic_id) UNIQUE
# index_topic_timers_on_user_id (user_id)
#