forked-synapse/synapse/storage/schema/delta/46
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
..
drop_refresh_tokens.sql Remove the last vestiges of refresh_tokens 2017-10-31 20:35:58 +00:00
drop_unique_deleted_pushers.sql Avoid locking for upsert on pushers tables 2017-11-16 17:52:23 +00:00
group_server.sql fix copyright.... 2017-11-04 19:35:49 +00:00
local_media_repository_url_idx.sql Fix error on sqlite 3.7 2017-11-21 11:14:17 +00:00
user_dir_typos.sql create new indexes before dropping old ones to keep safetynet in place 2017-11-07 10:41:55 +00:00