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 copyrights 2016-01-07 04:26:29 +00:00
13 drop tables listed in #1830 (#4992) 2019-04-08 15:37:26 +01:00
14 drop tables listed in #1830 (#4992) 2019-04-08 15:37:26 +01:00
15 copyrights 2016-01-07 04:26:29 +00:00
16 drop tables listed in #1830 (#4992) 2019-04-08 15:37:26 +01:00
17 copyrights 2016-01-07 04:26:29 +00:00
18 copyrights 2016-01-07 04:26:29 +00:00
19 copyrights 2016-01-07 04:26:29 +00:00
20 Run Black. (#5482) 2019-06-20 19:32:02 +10:00
21 copyrights 2016-01-07 04:26:29 +00:00
22 Add comments to existing schema deltas that used "CREATE INDEX" directly 2016-09-12 11:00:26 +01:00
23 Remove the last vestiges of refresh_tokens 2017-10-31 20:35:58 +00:00
24 drop tables listed in #1830 (#4992) 2019-04-08 15:37:26 +01:00
25 run isort 2018-07-09 16:09:20 +10:00
26 copyrights 2016-01-07 04:26:29 +00:00
27 run isort 2018-07-09 16:09:20 +10:00
28 Add comments to existing schema deltas that used "CREATE INDEX" directly 2016-09-12 11:00:26 +01:00
29 Add comments to existing schema deltas that used "CREATE INDEX" directly 2016-09-12 11:00:26 +01:00
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 drop tables listed in #1830 (#4992) 2019-04-08 15:37:26 +01:00
33 Run Black. (#5482) 2019-06-20 19:32:02 +10:00
34 Drop sent_transactions 2018-12-01 23:07:35 -06:00
35 Drop some unused indices 2016-10-17 11:08:19 +01:00
36 Latest delta is now 37 2016-10-19 11:40:35 +01:00
37 run isort 2018-07-09 16:09:20 +10:00
38 move search reindex to schema 47 2018-02-13 16:44:46 +00:00
39 Merge pull request #1676 from matrix-org/erikj/room_list 2016-12-12 17:00:10 +00:00
40 Add unique indexes to a couple of tables 2018-11-02 10:36:13 +00:00
41 Add an index to event_search 2017-05-11 12:05:22 +01:00
42 run isort 2018-07-09 16:09:20 +10:00
43 s/popualte/populate/ 2017-11-04 19:35:33 +00:00
44 Fix error on sqlite 3.7 2017-11-21 11:14:17 +00:00
45 Fix schema delta versions 2017-10-11 13:23:15 +01:00
46 WIP e2e key backups 2018-09-13 17:02:59 +01:00
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 Send users a server notice about consent 2018-05-22 11:54:51 +01:00
50 Run Black. (#5482) 2019-06-20 19:32:02 +10:00
51 Don't reuse backup versions 2018-10-05 15:08:36 +01:00
52 Merge remote-tracking branch 'origin/develop' into dbkr/e2e_backup_versions_are_numbers 2018-11-09 18:35:02 +00:00
53 Fixup docstrings 2019-04-02 11:20:06 +01:00
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