summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-16 15:26:48 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-16 15:26:48 +0000
commit486605fde2a6e49884cf2e9d90100a1640e9c8bb (patch)
treec7c3c33d0c984b9db4392b149b951a426acb906e /changelog.d
parentMake synapse_port_db correctly create indexes (#6102) (diff)
parentMerge pull request #6243 from matrix-org/babolivier/port_db_fix_imports (diff)
downloadsynapse-486605fde2a6e49884cf2e9d90100a1640e9c8bb.tar.xz
Merge pull request #6243 from matrix-org/babolivier/port_db_fix_imports
* commit 'e9a8c05be':
  Changelog
  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.