From baf011cbf6e07ae72f1698ac36924ffa2f87a930 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 12 May 2017 14:46:57 -0400 Subject: [PATCH] annotate models --- app/models/embeddable_host.rb | 2 +- app/models/topic_timer.rb | 4 ++-- app/models/user_option.rb | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/models/embeddable_host.rb b/app/models/embeddable_host.rb index e87623af9b4..7c32a828796 100644 --- a/app/models/embeddable_host.rb +++ b/app/models/embeddable_host.rb @@ -57,5 +57,5 @@ end # created_at :datetime # updated_at :datetime # path_whitelist :string -# class_name :string +# class_name :string # diff --git a/app/models/topic_timer.rb b/app/models/topic_timer.rb index d69b598c166..5ab04bcc52b 100644 --- a/app/models/topic_timer.rb +++ b/app/models/topic_timer.rb @@ -133,6 +133,6 @@ end # # Indexes # -# idx_topic_id_status_type_deleted_at (topic_id,status_type) UNIQUE -# index_topic_status_updates_on_user_id (user_id) +# idx_topic_id_status_type_deleted_at (topic_id,status_type) UNIQUE +# index_topic_timers_on_user_id (user_id) # diff --git a/app/models/user_option.rb b/app/models/user_option.rb index 0a1cb1cdabb..62480aca83a 100644 --- a/app/models/user_option.rb +++ b/app/models/user_option.rb @@ -149,7 +149,6 @@ end # automatically_unpin_topics :boolean default(TRUE), not null # digest_after_minutes :integer # auto_track_topics_after_msecs :integer -# notification_level_when_replying :integer # new_topic_duration_minutes :integer # last_redirected_to_top_at :datetime # email_previous_replies :integer default(2), not null @@ -157,6 +156,8 @@ end # like_notification_frequency :integer default(1), not null # mailing_list_mode_frequency :integer default(1), not null # include_tl0_in_digests :boolean default(FALSE) +# notification_level_when_replying :integer +# theme_key :string # # Indexes #