mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
0ef321ff3b
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. |
||
---|---|---|
.. | ||
01ignored_user.py | ||
02shard_send_to_device.sql | ||
03shard_send_to_device_sequence.sql.postgres | ||
04_event_auth_chains.sql | ||
04_event_auth_chains.sql.postgres | ||
04drop_account_data.sql | ||
05cache_invalidation.sql | ||
06chain_cover_index.sql | ||
06shard_account_data.sql | ||
06shard_account_data.sql.postgres | ||
07shard_account_data_fix.sql | ||
08delete_pushers_for_deactivated_accounts.sql | ||
08delete_stale_pushers.sql | ||
09rejected_events_metadata.sql | ||
10delete_purged_chain_cover.sql | ||
11drop_thumbnail_constraint.sql.postgres |