Merge branch 'pull/5531'

This commit is contained in:
Anton Khorev 2025-01-22 01:05:39 +03:00
commit 7b19ba580c
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)
#

View file

@ -15,6 +15,7 @@
#
# diary_comment_user_id_created_at_index (user_id,created_at)
# diary_comments_entry_id_idx (diary_entry_id,id) UNIQUE
# index_diary_comments_on_user_id_and_id (user_id,id)
#
# Foreign Keys
#