mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
DEV: model annotations
This commit is contained in:
parent
dca99c0391
commit
473e39f4a4
@ -939,6 +939,6 @@ end
|
||||
# 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)
|
||||
# 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)
|
||||
#
|
||||
|
@ -283,4 +283,5 @@ end
|
||||
# index_invites_on_email_and_invited_by_id (email,invited_by_id)
|
||||
# index_invites_on_emailed_status (emailed_status)
|
||||
# index_invites_on_invite_key (invite_key) UNIQUE
|
||||
# index_invites_on_invited_by_id (invited_by_id)
|
||||
#
|
||||
|
@ -192,6 +192,7 @@ end
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# pm_topic_count :integer default(0), not null
|
||||
# target_tag_id :integer
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
@ -167,6 +167,7 @@ end
|
||||
# profile_background_upload_id :integer
|
||||
# card_background_upload_id :integer
|
||||
# granted_title_badge_id :bigint
|
||||
# featured_topic_id :integer
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user