MatrixSynapse/synapse/storage
Richard van der Hoff 0ef321ff3b
Remove outdated constraint on remote_media_cache_thumbnails (#9725)
The `remote_media_cache_thumbnails_media_origin_media_id_thumbna_key`
constraint is superceded by
`remote_media_repository_thumbn_media_origin_id_width_height_met` (which adds
`thumbnail_method` to the unique key).

PR #7124 made an attempt to remove the old constraint, but got the name wrong,
so it didn't work. Here we update the bg update and rerun it.

Fixes #8649.
2021-04-06 13:36:05 +01:00
..
databases Remove outdated constraint on remote_media_cache_thumbnails (#9725) 2021-04-06 13:36:05 +01:00
engines
schema
util
__init__.py Import HomeServer from the proper module. (#9665) 2021-03-23 07:12:48 -04:00
_base.py Import HomeServer from the proper module. (#9665) 2021-03-23 07:12:48 -04:00
background_updates.py Import HomeServer from the proper module. (#9665) 2021-03-23 07:12:48 -04:00
database.py Add a storage method for returning all current presence from all users (#9650) 2021-03-25 10:34:23 +00:00
keys.py
persist_events.py
prepare_database.py Deprecate imp (#9718) 2021-03-31 12:04:27 +01:00
purge_events.py Import HomeServer from the proper module. (#9665) 2021-03-23 07:12:48 -04:00
push_rule.py
relations.py
roommember.py
state.py Add type hints to misc. files. (#9676) 2021-03-24 06:49:01 -04:00
types.py