Update annotations.

This commit is contained in:
Guo Xiang Tan 2018-07-17 13:08:13 +08:00
parent b6fba9ecc6
commit fe230f29cd
2 changed files with 2 additions and 2 deletions

View File

@ -658,5 +658,5 @@ end
#
# index_categories_on_email_in (email_in) UNIQUE
# index_categories_on_topic_count (topic_count)
# unique_index_categories_on_name ((COALESCE(parent_category_id, '-1'::integer)), name) UNIQUE
# unique_index_categories_on_name (COALESCE(parent_category_id, '-1'::integer), name) UNIQUE
#

View File

@ -88,7 +88,7 @@ end
# topic_id :integer
# skipped :boolean default(FALSE)
# skipped_reason :string
# bounce_key :string
# bounce_key :uuid
# bounced :boolean default(FALSE), not null
# message_id :string
#