Update annotations.

This commit is contained in:
Guo Xiang Tan 2018-07-24 11:14:19 +08:00
parent 95720e3873
commit 9b84e78fdf
1 changed files with 8 additions and 9 deletions

View File

@ -92,7 +92,6 @@ end
# updated_at :datetime not null
# reply_key :uuid
# post_id :integer
# topic_id :integer
# skipped :boolean default(FALSE)
# skipped_reason :string
# bounce_key :uuid
@ -106,7 +105,7 @@ end
# index_email_logs_on_message_id (message_id)
# index_email_logs_on_post_id (post_id)
# index_email_logs_on_reply_key (reply_key)
# index_email_logs_on_skipped_and_created_at (skipped,created_at)
# index_email_logs_on_skipped_and_bounced_and_created_at (skipped,bounced,created_at)
# index_email_logs_on_topic_id (topic_id)
# index_email_logs_on_user_id_and_created_at (user_id,created_at DESC)
# index_email_logs_on_user_id (user_id)
#