summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-10-23 16:44:43 +0100
committerGitHub <noreply@github.com>2019-10-23 16:44:43 +0100
commite9a8c05bef24483c3d726e01a98441258b8af7a7 (patch)
treee5c620e99e25646c3a03eaa783dff222d1f0b3c1 /changelog.d
parentMake synapse_port_db correctly create indexes (#6102) (diff)
parentChangelog (diff)
downloadsynapse-e9a8c05bef24483c3d726e01a98441258b8af7a7.tar.xz
Merge pull request #6243 from matrix-org/babolivier/port_db_fix_imports
Fix import paths in synapse_port_db
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6243.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6243.bugfix b/changelog.d/6243.bugfix
new file mode 100644
index 0000000000..cd288c2a44
--- /dev/null
+++ b/changelog.d/6243.bugfix
@@ -0,0 +1 @@
+Make the `synapse_port_db` script create the right indexes on a new PostgreSQL database.