diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-09-07 11:41:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 11:41:50 +0100 |
commit | 5b452df23b02fa98d0277e79fa6154af981c4f3a (patch) | |
tree | cbc4a01968f3ea0eab5f96d375c1e3d8cb7cdc4a /changelog.d | |
parent | Add tests for `last_successful_stream_ordering` (#8258) (diff) | |
download | synapse-5b452df23b02fa98d0277e79fa6154af981c4f3a.tar.xz |
Run database updates in a transaction (#8265)
Fixes: #6467
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8265.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8265.bugfix b/changelog.d/8265.bugfix new file mode 100644 index 0000000000..981a836d21 --- /dev/null +++ b/changelog.d/8265.bugfix @@ -0,0 +1 @@ +Fix logstanding bug which could lead to incomplete database upgrades on SQLite. |