diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-04-28 14:21:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 14:21:48 +0100 |
commit | fb8ff79efd0897b0b7bf52b0c4bb4061a4ef4018 (patch) | |
tree | ede045d5c10b9473dfa7902a420ac6c4a711fd2f /changelog.d | |
parent | Run replication streamers on workers (#7146) (diff) | |
download | synapse-fb8ff79efd0897b0b7bf52b0c4bb4061a4ef4018.tar.xz |
Fix collation for postgres for unit tests (#7359)
When running the UTs against a postgres deatbase, we need to set the collation correctly.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7359.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7359.misc b/changelog.d/7359.misc new file mode 100644 index 0000000000..b99f257d9a --- /dev/null +++ b/changelog.d/7359.misc @@ -0,0 +1 @@ +Fix collation for postgres for unit tests. |