mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
#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>
1 line
138 B
Text
1 line
138 B
Text
Fix a regression introduced in Synapse 1.69.0 which can result in database corruption when database migrations are interrupted on sqlite.
|