summary refs log tree commit diff
path: root/synapse/storage/schema/delta/44 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move storage classes into a main "data store".Erik Johnston2019-10-211-41/+0
| | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage.
* Fix error on sqlite 3.7Richard van der Hoff2017-11-211-1/+4
| | | | | | | | | | | 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.
* Add old indicesErik Johnston2017-09-281-0/+2
|
* Change expires column to expires_tsErik Johnston2017-09-281-1/+20
|
* More bracketsErik Johnston2017-09-281-1/+1
|
* Delete expired url cache dataErik Johnston2017-09-281-0/+17