summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSatsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>2020-01-17 23:30:35 +0900
committerErik Johnston <erik@matrix.org>2020-01-17 14:30:35 +0000
commit722b4f302d705f497355f206ecb160de1bef2074 (patch)
tree33dc72ad6c6698e57ce0b7899930f67c5b52022d /changelog.d
parentMerge pull request #6714 from matrix-org/babolivier/retention_select_event (diff)
downloadsynapse-722b4f302d705f497355f206ecb160de1bef2074.tar.xz
Fix syntax error in run_upgrade for schema 57 (#6728)
Fix #6727
Related #6655

Co-authored-by: Erik Johnston <erikj@jki.re>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6728.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6728.bugfix b/changelog.d/6728.bugfix
new file mode 100644
index 0000000000..5a136e17be
--- /dev/null
+++ b/changelog.d/6728.bugfix
@@ -0,0 +1 @@
+Fix a bug causing `ValueError: unsupported format character ''' (0x27) at index 312` error when running the schema 57 upgrade script.