0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-26 00:14:17 +01:00
synapse/synapse/storage/schema/delta
Richard van der Hoff ec5717caf5 Create index on user_ips in the background
user_ips is kinda big, so really we want to add the index in the background
once we're running. Replace the schema delta with one which will do that.

I've done this in a way that's reasonably easy to reuse as there a few other
indexes I need, and I don't suppose they will be the last.
2016-07-22 13:16:39 +01:00
..
11
12
13
14 Don't require config to create database 2016-04-06 14:15:45 +01:00
15
16
17
18
19
20 Don't require config to create database 2016-04-06 14:15:45 +01:00
21
22
23
24
25 Don't require config to create database 2016-04-06 14:15:45 +01:00
26
27 Don't require config to create database 2016-04-06 14:15:45 +01:00
28 Change the way we do public room list fetching 2016-02-02 15:21:10 +00:00
29 Change event_push_actions_rm_tokens schema 2016-02-03 10:50:49 +00:00
30 Fix synapse/storage/schema/delta/30/as_users.py 2016-05-31 17:10:40 +01:00
31 unbreak schema 2016-05-10 16:42:37 +01:00
32 Remove topics table 2016-05-13 14:40:38 +01:00
33 Create index on user_ips in the background 2016-07-22 13:16:39 +01:00