DEV: annotate models (#11047)

This commit is contained in:
Arpit Jalan
2020-10-27 23:42:33 +05:30
committed by GitHub
parent 35cfca1f3f
commit c6bf70c870
17 changed files with 56 additions and 33 deletions

View File

@@ -998,9 +998,9 @@ end
# Indexes
#
# index_categories_on_email_in (email_in) UNIQUE
# index_categories_on_forum_thread_count (topic_count)
# index_categories_on_reviewable_by_group_id (reviewable_by_group_id)
# index_categories_on_search_priority (search_priority)
# index_categories_on_topic_count (topic_count)
# unique_index_categories_on_name (COALESCE(parent_category_id, '-1'::integer), name) UNIQUE
# unique_index_categories_on_slug (COALESCE(parent_category_id, '-1'::integer), slug) UNIQUE WHERE ((slug)::text <> ''::text)
#