mirror of
https://github.com/mautrix/whatsapp.git
synced 2025-03-14 14:15:38 +00: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);
|