diff options
author | Erik Johnston <erik@matrix.org> | 2019-12-10 13:43:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-10 13:43:52 +0000 |
commit | e726e18737fd71765d91c00906fbfab7e895bef8 (patch) | |
tree | 2728f440bde9e3814635c06ce26b8e22074cd148 /changelog.d | |
parent | Merge pull request #6506 from matrix-org/erikj/remove_snapshot_cache (diff) | |
parent | Drop unused index (diff) | |
download | synapse-e726e18737fd71765d91c00906fbfab7e895bef8.tar.xz |
Merge pull request #6499 from matrix-org/erikj/fix_sqlite_7
Fix support for SQLite 3.7.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6499.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6499.bugfix b/changelog.d/6499.bugfix new file mode 100644 index 0000000000..299feba0f8 --- /dev/null +++ b/changelog.d/6499.bugfix @@ -0,0 +1 @@ +Fix support for SQLite 3.7. |