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 | |
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')
-rw-r--r-- | changelog.d/6175.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/6175.misc | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/6175.bugfix b/changelog.d/6175.bugfix deleted file mode 100644 index 3cd9a99edf..0000000000 --- a/changelog.d/6175.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix syntax error in unique_user_filter_index schema update. 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 |