anonymousland-synapse/synapse/storage/databases/main/schema/delta/59
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
..
01ignored_user.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
02shard_send_to_device.sql Allow running sendToDevice on workers (#9044) 2021-01-07 20:19:26 +00:00
03shard_send_to_device_sequence.sql.postgres Allow running sendToDevice on workers (#9044) 2021-01-07 20:19:26 +00:00
04_event_auth_chains.sql Use a chain cover index to efficiently calculate auth chain difference (#8868) 2021-01-11 16:09:22 +00:00
04_event_auth_chains.sql.postgres Use a chain cover index to efficiently calculate auth chain difference (#8868) 2021-01-11 16:09:22 +00:00
04drop_account_data.sql Remove old tables after schema version bump (#9055) 2021-01-11 13:58:19 +00:00
05cache_invalidation.sql Remove old tables after schema version bump (#9055) 2021-01-11 13:58:19 +00:00
06chain_cover_index.sql Add background update for add chain cover index (#9029) 2021-01-14 15:18:27 +00:00
06shard_account_data.sql Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
06shard_account_data.sql.postgres Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
07shard_account_data_fix.sql Add schema update to fix existing DBs affected by #9193 (#9195) 2021-01-21 16:03:25 +00:00
08delete_pushers_for_deactivated_accounts.sql Fix SQL delta file taking a long time to run (#9516) 2021-03-02 14:05:01 +00:00
08delete_stale_pushers.sql Make deleting stale pushers a background update (#9536) 2021-03-03 12:08:16 +00:00
09rejected_events_metadata.sql Re-run rejected metadata background update. (#9503) 2021-03-02 14:31:23 +00:00
10delete_purged_chain_cover.sql Add a background task to purge unused chain IDs. (#9542) 2021-03-09 11:22:25 -05:00
11drop_thumbnail_constraint.sql.postgres Remove outdated constraint on remote_media_cache_thumbnails (#9725) 2021-04-06 13:36:05 +01:00