anonymousland-synapse/synapse/storage/databases/main/schema/delta
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
..
12
13
14
15
16
17
18
19
20 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
21
22
24
25 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
26
27 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
28
29
30 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
31 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
32
33 Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
57 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
58 Re-run rejected metadata background update. (#9503) 2021-03-02 14:31:23 +00:00
59 Remove outdated constraint on remote_media_cache_thumbnails (#9725) 2021-04-06 13:36:05 +01:00