DEV: Update annotations.

This commit is contained in:
Guo Xiang Tan
2020-08-21 11:36:53 +08:00
parent d12d8fb7fd
commit daddad7fd6
5 changed files with 16 additions and 13 deletions

View File

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