summary refs log tree commit diff
path: root/changelog.d/14910.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.76.0rc1 v1.76.0rc1David Robertson2023-01-251-1/+0
|
* Make sqlite database migrations transactional again (#14910)Sean Quah2023-01-251-0/+1
#13873 introduced a regression which causes sqlite database migrations to no longer run inside a transaction. Wrap them in a transaction again, to avoid database corruption when migrations are interrupted. Fixes #14909. Signed-off-by: Sean Quah <seanq@matrix.org>