diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-10-07 14:54:36 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-10-07 14:54:36 +0100 |
commit | 1992f21a9fa00a37963bb6ac11d0e678cc08557e (patch) | |
tree | c13923e073df6ccff647bad22d1153f378f4c985 /changelog.d/6175.misc | |
parent | add some logging to the rooms stats updates, to try to track down a flaky tes... (diff) | |
download | synapse-1992f21a9fa00a37963bb6ac11d0e678cc08557e.tar.xz |
Fix changelog for PR #6175
Diffstat (limited to 'changelog.d/6175.misc')
-rw-r--r-- | changelog.d/6175.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6175.misc b/changelog.d/6175.misc new file mode 100644 index 0000000000..5bb24f02fc --- /dev/null +++ b/changelog.d/6175.misc @@ -0,0 +1 @@ +Update `user_filters` table to have a unique index, and non-null columns. Thanks to @pik for contributing this |