summary refs log tree commit diff
path: root/synapse/storage/database.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-05-27 13:35:15 +0100
committerErik Johnston <erik@matrix.org>2020-05-27 13:35:15 +0100
commit407dbf8574d676ba21ac176e62643807443b8eb6 (patch)
tree9a154bc5ac63e893d2d3a5d66170086e53562f93 /synapse/storage/database.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes (diff)
parentFix up comments (diff)
downloadsynapse-407dbf8574d676ba21ac176e62643807443b8eb6.tar.xz
Merge branch 'release-v1.14.0' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'synapse/storage/database.py')
-rw-r--r--synapse/storage/database.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/database.py b/synapse/storage/database.py

index 9947dbce77..b112ff3df2 100644 --- a/synapse/storage/database.py +++ b/synapse/storage/database.py
@@ -78,7 +78,6 @@ UNIQUE_INDEX_BACKGROUND_UPDATES = { "device_lists_remote_extremeties": "device_lists_remote_extremeties_unique_idx", "device_lists_remote_cache": "device_lists_remote_cache_unique_idx", "event_search": "event_search_event_id_idx", - "device_lists_outbound_last_success": "device_lists_outbound_last_success_unique_idx", }