DEV: annotate models

This commit is contained in:
Arpit Jalan
2020-04-28 15:59:39 +05:30
parent 6b62d75c50
commit 198856f78d
6 changed files with 21 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ 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))
#