From 1992f21a9fa00a37963bb6ac11d0e678cc08557e Mon Sep 17 00:00:00 2001
From: Brendan Abolivier <babolivier@matrix.org>
Date: Mon, 7 Oct 2019 14:54:36 +0100
Subject: [PATCH] Fix changelog for PR #6175

---
 changelog.d/6175.bugfix | 1 -
 changelog.d/6175.misc   | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 changelog.d/6175.bugfix
 create mode 100644 changelog.d/6175.misc

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
-- 
GitLab