Add indexes on user+id to changeset and diary comments
This commit is contained in:
parent
bd577d7c92
commit
ebe7cf8d17
4 changed files with 25 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
# Indexes
|
||||
#
|
||||
# index_changeset_comments_on_author_id_and_created_at (author_id,created_at)
|
||||
# index_changeset_comments_on_author_id_and_id (author_id,id)
|
||||
# index_changeset_comments_on_changeset_id_and_created_at (changeset_id,created_at)
|
||||
# index_changeset_comments_on_created_at (created_at)
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue