diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-16 15:26:48 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-16 15:26:48 +0000 |
commit | 486605fde2a6e49884cf2e9d90100a1640e9c8bb (patch) | |
tree | c7c3c33d0c984b9db4392b149b951a426acb906e /changelog.d | |
parent | Make synapse_port_db correctly create indexes (#6102) (diff) | |
parent | Merge pull request #6243 from matrix-org/babolivier/port_db_fix_imports (diff) | |
download | synapse-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.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. |