Add indexes on user+id to changeset and diary comments

This commit is contained in:
Tom Hughes 2025-01-21 19:21:17 +00:00
parent bd577d7c92
commit ebe7cf8d17
4 changed files with 25 additions and 0 deletions

View file

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