diff options
author | Alexander Maznev <alexander.maznev@gmail.com> | 2019-10-04 04:34:16 -0500 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-10-04 10:34:16 +0100 |
commit | 13c4345c844e75b0d1a4ce66e4fb2eb9820cb7f6 (patch) | |
tree | 03c4cab79fbf3b3510cf8ff47c7d856a6dc4775b /synapse | |
parent | media/thumbnailer: Better quality for 1-bit / 8-bit color palette images (#2142) (diff) | |
download | synapse-13c4345c844e75b0d1a4ce66e4fb2eb9820cb7f6.tar.xz |
Update `user_filters` table to have a unique index, and non-null columns (#1172)
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/schema/delta/56/unique_user_filter_index.py | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/synapse/storage/schema/delta/56/unique_user_filter_index.py b/synapse/storage/schema/delta/56/unique_user_filter_index.py new file mode 100644 |