diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-10-09 12:29:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 12:29:01 +0100 |
commit | 59d6290ed98c3395e1ce504531b5c9eb3ad6b005 (patch) | |
tree | 8b29b9558e55e176aa1c3c2c4b9ff96e71eb7505 /changelog.d | |
parent | add M_TOO_LARGE error code for uploading a too large file (#6151) (diff) | |
parent | Fix RegistrationStore (diff) | |
download | synapse-59d6290ed98c3395e1ce504531b5c9eb3ad6b005.tar.xz |
Merge pull request #6178 from matrix-org/babolivier/factor_out_bg_updates
Factor out backgroung updates
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6178.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6178.bugfix b/changelog.d/6178.bugfix new file mode 100644 index 0000000000..cd288c2a44 --- /dev/null +++ b/changelog.d/6178.bugfix @@ -0,0 +1 @@ +Make the `synapse_port_db` script create the right indexes on a new PostgreSQL database. |