Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.76.0rc1 v1.76.0rc1 | David Robertson | 2023-01-25 | 1 | -1/+0 |
| | |||||
* | Make sqlite database migrations transactional again (#14910) | Sean Quah | 2023-01-25 | 1 | -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> |