mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Update annotations.
This commit is contained in:
@@ -317,12 +317,13 @@ end
|
|||||||
#
|
#
|
||||||
# Table name: color_schemes
|
# Table name: color_schemes
|
||||||
#
|
#
|
||||||
# id :integer not null, primary key
|
# id :integer not null, primary key
|
||||||
# name :string not null
|
# name :string not null
|
||||||
# version :integer default(1), not null
|
# version :integer default(1), not null
|
||||||
# created_at :datetime not null
|
# created_at :datetime not null
|
||||||
# updated_at :datetime not null
|
# updated_at :datetime not null
|
||||||
# via_wizard :boolean default(FALSE), not null
|
# via_wizard :boolean default(FALSE), not null
|
||||||
# base_scheme_id :string
|
# base_scheme_id :string
|
||||||
# theme_id :integer
|
# theme_id :integer
|
||||||
|
# user_selectable :boolean default(FALSE), not null
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -703,6 +703,7 @@ end
|
|||||||
# index_reviewables_on_status_and_created_at (status,created_at)
|
# index_reviewables_on_status_and_created_at (status,created_at)
|
||||||
# index_reviewables_on_status_and_score (status,score)
|
# index_reviewables_on_status_and_score (status,score)
|
||||||
# index_reviewables_on_status_and_type (status,type)
|
# index_reviewables_on_status_and_type (status,type)
|
||||||
|
# index_reviewables_on_target_id_where_post_type_eq_post (target_id) WHERE ((target_type)::text = 'Post'::text)
|
||||||
# index_reviewables_on_topic_id_and_status_and_created_by_id (topic_id,status,created_by_id)
|
# index_reviewables_on_topic_id_and_status_and_created_by_id (topic_id,status,created_by_id)
|
||||||
# index_reviewables_on_type_and_target_id (type,target_id) UNIQUE
|
# index_reviewables_on_type_and_target_id (type,target_id) UNIQUE
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -352,6 +352,7 @@ end
|
|||||||
# index_reviewables_on_status_and_created_at (status,created_at)
|
# index_reviewables_on_status_and_created_at (status,created_at)
|
||||||
# index_reviewables_on_status_and_score (status,score)
|
# index_reviewables_on_status_and_score (status,score)
|
||||||
# index_reviewables_on_status_and_type (status,type)
|
# index_reviewables_on_status_and_type (status,type)
|
||||||
|
# index_reviewables_on_target_id_where_post_type_eq_post (target_id) WHERE ((target_type)::text = 'Post'::text)
|
||||||
# index_reviewables_on_topic_id_and_status_and_created_by_id (topic_id,status,created_by_id)
|
# index_reviewables_on_topic_id_and_status_and_created_by_id (topic_id,status,created_by_id)
|
||||||
# index_reviewables_on_type_and_target_id (type,target_id) UNIQUE
|
# index_reviewables_on_type_and_target_id (type,target_id) UNIQUE
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -180,6 +180,7 @@ end
|
|||||||
# index_reviewables_on_status_and_created_at (status,created_at)
|
# index_reviewables_on_status_and_created_at (status,created_at)
|
||||||
# index_reviewables_on_status_and_score (status,score)
|
# index_reviewables_on_status_and_score (status,score)
|
||||||
# index_reviewables_on_status_and_type (status,type)
|
# index_reviewables_on_status_and_type (status,type)
|
||||||
|
# index_reviewables_on_target_id_where_post_type_eq_post (target_id) WHERE ((target_type)::text = 'Post'::text)
|
||||||
# index_reviewables_on_topic_id_and_status_and_created_by_id (topic_id,status,created_by_id)
|
# index_reviewables_on_topic_id_and_status_and_created_by_id (topic_id,status,created_by_id)
|
||||||
# index_reviewables_on_type_and_target_id (type,target_id) UNIQUE
|
# index_reviewables_on_type_and_target_id (type,target_id) UNIQUE
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -124,6 +124,7 @@ end
|
|||||||
# index_reviewables_on_status_and_created_at (status,created_at)
|
# index_reviewables_on_status_and_created_at (status,created_at)
|
||||||
# index_reviewables_on_status_and_score (status,score)
|
# index_reviewables_on_status_and_score (status,score)
|
||||||
# index_reviewables_on_status_and_type (status,type)
|
# index_reviewables_on_status_and_type (status,type)
|
||||||
|
# index_reviewables_on_target_id_where_post_type_eq_post (target_id) WHERE ((target_type)::text = 'Post'::text)
|
||||||
# index_reviewables_on_topic_id_and_status_and_created_by_id (topic_id,status,created_by_id)
|
# index_reviewables_on_topic_id_and_status_and_created_by_id (topic_id,status,created_by_id)
|
||||||
# index_reviewables_on_type_and_target_id (type,target_id) UNIQUE
|
# index_reviewables_on_type_and_target_id (type,target_id) UNIQUE
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -238,6 +238,7 @@ end
|
|||||||
# enable_allowed_pm_users :boolean default(FALSE), not null
|
# enable_allowed_pm_users :boolean default(FALSE), not null
|
||||||
# dark_scheme_id :integer
|
# dark_scheme_id :integer
|
||||||
# skip_new_user_tips :boolean default(FALSE), not null
|
# skip_new_user_tips :boolean default(FALSE), not null
|
||||||
|
# color_scheme_id :integer
|
||||||
#
|
#
|
||||||
# Indexes
|
# Indexes
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user