mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 16:56:39 +08:00
DEV: Update annotations.
This commit is contained in:
parent
d12d8fb7fd
commit
daddad7fd6
@ -76,11 +76,11 @@ end
|
||||
#
|
||||
# Table name: embeddable_hosts
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# host :string not null
|
||||
# category_id :integer not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# allowed_paths :string
|
||||
# class_name :string
|
||||
# id :integer not null, primary key
|
||||
# host :string not null
|
||||
# category_id :integer not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# class_name :string
|
||||
# allowed_paths :string
|
||||
#
|
||||
|
@ -8,11 +8,12 @@ end
|
||||
#
|
||||
# Table name: post_search_data
|
||||
#
|
||||
# post_id :integer not null, primary key
|
||||
# search_data :tsvector
|
||||
# raw_data :text
|
||||
# locale :string
|
||||
# version :integer default(0)
|
||||
# post_id :integer not null, primary key
|
||||
# search_data :tsvector
|
||||
# raw_data :text
|
||||
# locale :string
|
||||
# version :integer default(0)
|
||||
# private_message :boolean not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
@ -17,7 +17,6 @@ end
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# idx_topic_custom_fields_accepted_answer (topic_id) UNIQUE WHERE ((name)::text = 'accepted_answer_post_id'::text)
|
||||
# index_topic_custom_fields_on_topic_id_and_name (topic_id,name)
|
||||
# topic_custom_fields_value_key_idx (value,name) WHERE ((value IS NOT NULL) AND (char_length(value) < 400))
|
||||
#
|
||||
|
@ -437,6 +437,7 @@ end
|
||||
# secure :boolean default(FALSE), not null
|
||||
# access_control_post_id :bigint
|
||||
# original_sha1 :string
|
||||
# verified :boolean
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
@ -236,6 +236,8 @@ end
|
||||
# enable_defer :boolean default(FALSE), not null
|
||||
# timezone :string
|
||||
# enable_allowed_pm_users :boolean default(FALSE), not null
|
||||
# dark_scheme_id :integer
|
||||
# skip_new_user_tips :boolean default(FALSE), not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user