forked-synapse/changelog.d/17045.misc
Erik Johnston 31122b71bc
Add missing index to access_tokens table (#17045)
This was causing sequential scans when using refresh tokens.
2024-04-04 11:05:40 +01:00

2 lines
92 B
Plaintext

Improve database performance by adding a missing index to `access_tokens.refresh_token_id`.