mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-14 22:11:57 +01:00
2 lines
184 B
SQL
2 lines
184 B
SQL
-- 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);
|