summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-06-17 10:01:18 -0400
committerGitHub <noreply@github.com>2020-06-17 10:01:18 -0400
commit6418b0379fe8a7fcd0561444b1388bd70379155a (patch)
treee627b51389209a7e584f4f0393cfa909da27ed6e /changelog.d
parentAdd support for using rust-python-jaeger-reporter (#7697) (diff)
downloadsynapse-6418b0379fe8a7fcd0561444b1388bd70379155a.tar.xz
Ignore the UI Auth sessions when porting from sqlite to postgresql (#7711)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7711.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7711.bugfix b/changelog.d/7711.bugfix
new file mode 100644
index 0000000000..180de08405
--- /dev/null
+++ b/changelog.d/7711.bugfix
@@ -0,0 +1 @@
+The `synapse_port_db` script no longer fails when the `ui_auth_sessions` table is non-empty. This bug has existed since v1.13.0rc1.