Update annotations.
This commit is contained in:
parent
b6fba9ecc6
commit
fe230f29cd
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue