Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 1 | -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.7 | Richard van der Hoff | 2017-11-21 | 1 | -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 indices | Erik Johnston | 2017-09-28 | 1 | -0/+2 |
| | |||||
* | Change expires column to expires_ts | Erik Johnston | 2017-09-28 | 1 | -1/+20 |
| | |||||
* | More brackets | Erik Johnston | 2017-09-28 | 1 | -1/+1 |
| | |||||
* | Delete expired url cache data | Erik Johnston | 2017-09-28 | 1 | -0/+17 |