0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-17 11:03:46 +02:00
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`.