fix_: improve performance of `GetHashRatchetMessages`

This time with proper migration timestamp.

part of: #5036
This commit is contained in:
Patryk Osmaczko 2024-04-10 11:53:10 +02:00 committed by osmaczko
parent fc846211b7
commit dcf3ed2388
2 changed files with 158 additions and 134 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
CREATE INDEX IF NOT EXISTS hash_ratchet_encrypted_messages_key_id ON hash_ratchet_encrypted_messages (key_id);