forked-synapse/synapse/storage/schema/delta
Richard van der Hoff 7098b65cb8 Fix error on sqlite 3.7
Create the url_cache index on local_media_repository as a background update, so
that we can detect whether we are on sqlite or not and create a partial or
complete index accordingly.

To avoid running the cleanup job before we have built the index, add a bailout
which will defer the cleanup if the bg updates are still running.

Fixes https://github.com/matrix-org/synapse/issues/2572.
2017-11-21 11:14:17 +00:00
..
11
12
13
14
15
16
17
18
19
20
21
22
23 Remove the last vestiges of refresh_tokens 2017-10-31 20:35:58 +00:00
24
25
26
27
28
29
30 replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
31
32
33 Remove the last vestiges of refresh_tokens 2017-10-31 20:35:58 +00:00
34
35
36
37 Add a comment to old delta 2017-05-11 12:48:50 +01:00
38
39
40 Use TEXT rather than VARCHAR 2017-02-17 10:51:49 +00:00
41 Add an index to event_search 2017-05-11 12:05:22 +01:00
42 Split up device_lists_outbound_pokes table for faster updates. 2017-06-07 11:02:38 +01: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 Fix error on sqlite 3.7 2017-11-21 11:14:17 +00:00