summary refs log tree commit diff
path: root/changelog.d/12037.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.54.0rc1Olivier Wilkinson (reivilibre)2022-03-021-1/+0
|
* Fix non-strings in the `event_search` table (#12037)Sean Quah2022-02-241-0/+1
Don't attempt to add non-string `value`s to `event_search` and add a background update to clear out bad rows from `event_search` when using sqlite. Signed-off-by: Sean Quah <seanq@element.io>