[index] add index on status_revisions.status_id

This commit is contained in:
Fosco Marotto
2021-01-02 23:12:32 -05:00
parent 6085fc2213
commit ecb5c6554c
3 changed files with 11 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
# is_approved :boolean default(FALSE), not null
# created_at :datetime not null
# updated_at :datetime not null
# unread_count :bigint(8) default(0), not null
# unread_count :bigint(8) default(0)
# chat_message_expiration_policy :string
# is_muted :boolean default(FALSE), not null
#