summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-10-10 11:28:23 +0100
committerGitHub <noreply@github.com>2019-10-10 11:28:23 +0100
commit562b4e51dd0e7d4a6f776502b9ac357ed3428445 (patch)
treec08ba8a726d65e86dca309682cad3927c3fc354b /changelog.d
parentMove tag/push rules room upgrade checking ealier (#6155) (diff)
downloadsynapse-562b4e51dd0e7d4a6f776502b9ac357ed3428445.tar.xz
Rewrite the user_filter migration again (#6184)
you can't plausibly ALTER TABLE in sqlite, so we create the new table with the
right schema to start with.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6184.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6184.misc b/changelog.d/6184.misc
new file mode 100644
index 0000000000..30b3e56082
--- /dev/null
+++ b/changelog.d/6184.misc
@@ -0,0 +1 @@
+Update `user_filters` table to have a unique index, and non-null columns. Thanks to @pik for contributing this.
\ No newline at end of file