forked-synapse/synapse/storage/schema/delta
Richard van der Hoff bcd9132869
Undo the deletion of some tables (#6047)
This is a partial revert of #5893. The problem is that if we drop these tables
in the same release as removing the code that writes to them, it prevents users
users from being able to roll back to a previous release.

So let's leave the tables in place for now, and remember to drop them in a
subsequent release.

(Note that these tables haven't been *read* for *years*, so any missing rows
resulting from a temporary upgrade to vNext won't cause a problem.)
2019-09-19 15:06:27 +01:00
..
12
13
14
15
16
17
18
19
20 Run Black. (#5482) 2019-06-20 19:32:02 +10:00
21
22
23
24
25
26
27
28
29
30 Run Black. (#5482) 2019-06-20 19:32:02 +10:00
31 Run Black. (#5482) 2019-06-20 19:32:02 +10:00
32
33 Run Black. (#5482) 2019-06-20 19:32:02 +10:00
34
35
36
37
38
39
40
41
42
43
44
45
46
47 Run Black. (#5482) 2019-06-20 19:32:02 +10:00
48 Run Black. (#5482) 2019-06-20 19:32:02 +10:00
49
50 Run Black. (#5482) 2019-06-20 19:32:02 +10:00
51
52
53
54 Merge pull request #5294 from matrix-org/erikj/speed_up_room_stats 2019-05-31 10:48:51 +01:00
55 Implement access token expiry (#5660) 2019-07-12 17:26:02 +01:00
56 Undo the deletion of some tables (#6047) 2019-09-19 15:06:27 +01:00