forked-synapse/synapse/storage/schema/delta/33
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
..
devices.sql Add device_id support to /login 2016-07-18 16:39:44 +01:00
event_fields.py Add sender and contains_url field to events table 2016-07-14 15:35:43 +01:00
refreshtoken_device.sql schema fix 2016-07-19 11:44:05 +01:00
remote_media_ts.py Track approximate last access time for remote media 2016-06-29 11:41:20 +01:00
user_ips_index.sql Create index on user_ips in the background 2016-07-22 13:16:39 +01:00