Annotate models.

This commit is contained in:
Arpit Jalan
2020-09-01 10:22:32 +05:30
parent 084e15b447
commit e66eefe179
4 changed files with 13 additions and 11 deletions

View File

@@ -17,6 +17,7 @@ end
#
# Indexes
#
# 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))
# idx_topic_custom_fields_topic_post_event_starts_at (name,topic_id) UNIQUE WHERE ((name)::text = 'TopicEventStartsAt'::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))
#