diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-10-23 16:44:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-23 16:44:43 +0100 |
commit | e9a8c05bef24483c3d726e01a98441258b8af7a7 (patch) | |
tree | e5c620e99e25646c3a03eaa783dff222d1f0b3c1 /changelog.d | |
parent | Make synapse_port_db correctly create indexes (#6102) (diff) | |
parent | Changelog (diff) | |
download | synapse-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.bugfix | 1 |
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. |