annotate models
This commit is contained in:
parent
49a30a7532
commit
baf011cbf6
|
@ -57,5 +57,5 @@ end
|
|||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# path_whitelist :string
|
||||
# class_name :string
|
||||
# class_name :string
|
||||
#
|
||||
|
|
|
@ -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)
|
||||
#
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue