Re-add idx_topic to messages table

This commit is contained in:
binwiederhier 2024-04-24 14:38:05 -04:00
parent 6eff5553b5
commit 33b603def5
6 changed files with 64 additions and 102 deletions

View file

@ -1373,3 +1373,9 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
**Additional languages:**
* Swedish (thanks to [@hellbown](https://hosted.weblate.org/user/hellbown/))
### ntfy server v2.11.0
**Bug fixes + maintenance:**
* Re-add database index `idx_topic` to the `messages` table to fix performance issues on ntfy.sh (no ticket, big thanks to [@tcaputi](https://github.com/tcaputi) for finding this issue)