summary refs log tree commit diff
path: root/synapse/storage/schema/delta/43/url_cache.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move storage classes into a main "data store".Erik Johnston2019-10-211-16/+0
| | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage.
* Store URL cache preview downloads seperatelyErik Johnston2017-06-231-0/+16
This makes it easier to clear old media out at a later date