mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-14 22:11:57 +01:00
3 lines
184 B
MySQL
3 lines
184 B
MySQL
|
-- v57 (compatible with v45+): Add index for message timestamp to make read receipt handling faster
|
||
|
CREATE INDEX message_timestamp_idx ON message (chat_jid, chat_receiver, timestamp);
|