mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
models: Manage index from migration 0244 with Django.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
0799acf3b6
commit
cf0eb46afc
@@ -2801,6 +2801,7 @@ class Message(AbstractMessage):
|
||||
|
||||
class Meta:
|
||||
indexes = [
|
||||
models.Index("date_sent", name="zerver_message_date_sent_3b5b05d8"),
|
||||
models.Index(
|
||||
"recipient",
|
||||
Upper("subject"),
|
||||
|
||||
Reference in New Issue
Block a user