summary refs log tree commit diff
path: root/synapse/storage/schema/delta/51 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move storage classes into a main "data store".Erik Johnston2019-10-212-66/+0
| | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage.
* Don't reuse backup versionsDavid Baker2018-10-051-1/+2
| | | | | | | | Since we don't actually delete the keys, just mark the versions as deleted in the db rather than actually deleting them, then we won't reuse versions. Fixes https://github.com/vector-im/riot-web/issues/7448
* WIP e2e key backupsDavid Baker2018-09-131-0/+38
| | | | | | | Continues from uhoreg's branch This just fixed the errcode on /room_keys/version if no backup and updates the schema delta to be on the latest so it gets run
* typosNeil Johnson2018-08-081-1/+1
|
* make use of _simple_select_one_onecol, improved commentsNeil Johnson2018-08-061-0/+4
|
* Revert "change monthly_active_users table to be a single column"Neil Johnson2018-08-021-1/+3
| | | | This reverts commit ec716a35b219d147dee51733b55573952799a549.
* change monthly_active_users table to be a single columnNeil Johnson2018-08-011-3/+1
|
* fix commentNeil Johnson2018-08-011-1/+1
|
* api into monthly_active_users tableNeil Johnson2018-07-311-0/+23