mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 11:57:24 +08:00
Update annotations.
This commit is contained in:
@ -17,5 +17,6 @@ end
|
||||
#
|
||||
# idx_post_custom_fields_akismet (post_id) WHERE (((name)::text = 'AKISMET_STATE'::text) AND (value = 'needs_review'::text))
|
||||
# index_post_custom_fields_on_name_and_value (name, "left"(value, 200))
|
||||
# index_post_custom_fields_on_post_id (post_id) UNIQUE WHERE ((name)::text = 'missing uploads'::text)
|
||||
# index_post_custom_fields_on_post_id_and_name (post_id,name)
|
||||
#
|
||||
|
Reference in New Issue
Block a user