annotate models

This commit is contained in:
Sam 2017-05-12 14:46:57 -04:00
parent 49a30a7532
commit baf011cbf6
3 changed files with 5 additions and 4 deletions

View File

@ -57,5 +57,5 @@ end
# created_at :datetime
# updated_at :datetime
# path_whitelist :string
# class_name :string
# class_name :string
#

View File

@ -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)
#

View File

@ -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
#