From aa24bcbcc97d369d3e1969b911fb35e45f5ab01d Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 26 May 2017 09:04:54 -0400 Subject: [PATCH] correct annotation --- app/models/topic_timer.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/topic_timer.rb b/app/models/topic_timer.rb index ea0c474ce4e..2db32b4765d 100644 --- a/app/models/topic_timer.rb +++ b/app/models/topic_timer.rb @@ -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) #