diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-10-10 11:28:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-10 11:28:23 +0100 |
commit | 562b4e51dd0e7d4a6f776502b9ac357ed3428445 (patch) | |
tree | c08ba8a726d65e86dca309682cad3927c3fc354b /changelog.d | |
parent | Move tag/push rules room upgrade checking ealier (#6155) (diff) | |
download | synapse-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.misc | 1 |
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 |