mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
database: Add database index for wildcard mentions.
This commit is contained in:
@@ -89,6 +89,7 @@ usermessage_index_migrations = [
|
||||
"[ ] 0083_index_mentioned_user_messages",
|
||||
"[ ] 0095_index_unread_user_messages",
|
||||
"[ ] 0098_index_has_alert_word_user_messages",
|
||||
"[ ] 0099_index_wildcard_mentioned_user_messages",
|
||||
]
|
||||
# Our next optimization is to check whether any migrations are needed
|
||||
# before we start the critical section of the restart. This saves
|
||||
|
||||
Reference in New Issue
Block a user