forked-synapse/synapse/storage/data_stores/main/schema/delta
Brendan Abolivier 7df04ca0e6
Populate the room version from state events (#7070)
Fixes #7065 

This is basically the same as https://github.com/matrix-org/synapse/pull/6847 except it tries to populate events from `state_events` rather than `current_state_events`, since the latter might have been cleared from the state of some rooms too early, leaving them with a `NULL` room version.
2020-03-16 22:31:47 +00:00
..
12
13
14
15
16
17
18
19
20
21
22
24
25
26
27
28
29
30 Split state groups into a separate data store (#6296) 2019-12-20 10:48:24 +00:00
31
32 Split state groups into a separate data store (#6296) 2019-12-20 10:48:24 +00:00
33
34
35 Split state groups into a separate data store (#6296) 2019-12-20 10:48:24 +00:00
36
37
38
39
40
41
42
43
44
45
46
47 Split state groups into a separate data store (#6296) 2019-12-20 10:48:24 +00:00
48
49
50
51
52
53
54
55
56 Add a background update to clear tombstoned rooms from the directory (#6648) 2020-01-07 14:18:43 +00:00
57 Populate the room version from state events (#7070) 2020-03-16 22:31:47 +00:00