diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-12-20 10:46:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-20 10:46:46 +0000 |
commit | 4caab0e95e6972e9c0533bc1897073bda5a464bf (patch) | |
tree | bb7b9669b6b9336301969511ab5ee17d28bb84dc /changelog.d/6578.bugfix | |
parent | Fix exceptions when attempting to backfill (#6576) (diff) | |
download | synapse-4caab0e95e6972e9c0533bc1897073bda5a464bf.tar.xz |
Backport fixes to sqlite upgrade from develop (#6578)
Only run prepare_database on connection for in-memory databases. Fixes #6569.
Diffstat (limited to 'changelog.d/6578.bugfix')
-rw-r--r-- | changelog.d/6578.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6578.bugfix b/changelog.d/6578.bugfix new file mode 100644 index 0000000000..fae55a4456 --- /dev/null +++ b/changelog.d/6578.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.7.0 which caused an error on startup when upgrading from versions before 1.3.0. |