summary refs log tree commit diff
path: root/changelog.d/15306.bugfix
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-04-04 14:29:08 +0100
committerErik Johnston <erik@matrix.org>2023-04-04 14:29:08 +0100
commit735e4d1f9d064ab69aa642dd989ada0cda9985f9 (patch)
tree3a01c499126575b3b2b646606e7189aab5f1cc1c /changelog.d/15306.bugfix
parentSpeed up membership queries for users with forgotten rooms (#15385) (diff)
downloadsynapse-735e4d1f9d064ab69aa642dd989ada0cda9985f9.tar.xz
1.81.0rc1
Diffstat (limited to 'changelog.d/15306.bugfix')
-rw-r--r--changelog.d/15306.bugfix2
1 files changed, 0 insertions, 2 deletions
diff --git a/changelog.d/15306.bugfix b/changelog.d/15306.bugfix
deleted file mode 100644
index f5eb716f12..0000000000
--- a/changelog.d/15306.bugfix
+++ /dev/null
@@ -1,2 +0,0 @@
-Add a check to [SQLite port_db script](https://matrix-org.github.io/synapse/latest/postgres.html#porting-from-sqlite)
-to ensure that the sqlite database passed to the script exists before trying to port from it.