summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-09-07 11:41:50 +0100
committerGitHub <noreply@github.com>2020-09-07 11:41:50 +0100
commit5b452df23b02fa98d0277e79fa6154af981c4f3a (patch)
treecbc4a01968f3ea0eab5f96d375c1e3d8cb7cdc4a /changelog.d
parentAdd tests for `last_successful_stream_ordering` (#8258) (diff)
downloadsynapse-5b452df23b02fa98d0277e79fa6154af981c4f3a.tar.xz
Run database updates in a transaction (#8265)
Fixes: #6467
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8265.bugfix1
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.