forked-synapse/changelog.d/6184.misc
Richard van der Hoff 562b4e51dd
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.
2019-10-10 11:28:23 +01:00

1 line
111 B
Plaintext

Update `user_filters` table to have a unique index, and non-null columns. Thanks to @pik for contributing this.