Annotate models.

This commit is contained in:
Guo Xiang Tan
2019-04-05 17:13:12 +08:00
parent 0bd480c600
commit a7a5f90e20
4 changed files with 9 additions and 6 deletions

View File

@ -1552,4 +1552,5 @@ end
# index_topics_on_lower_title (lower((title)::text))
# index_topics_on_pinned_at (pinned_at) WHERE (pinned_at IS NOT NULL)
# index_topics_on_pinned_globally (pinned_globally) WHERE pinned_globally
# index_topics_on_updated_at_public (updated_at,visible,highest_staff_post_number,highest_post_number,category_id,created_at,id) WHERE (((archetype)::text <> 'private_message'::text) AND (deleted_at IS NULL))
#