Update annotations.

This commit is contained in:
Guo Xiang Tan
2019-04-11 12:37:11 +08:00
parent 723feea832
commit d705dd8bb8
3 changed files with 3 additions and 0 deletions

View File

@ -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)
#