| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This is in preparation for having multiple data stores that offer
different functionality, e.g. splitting out state or event storage.
|
|\
| |
| |
| | |
dbkr/e2e_backup_versions_are_numbers
|
| |
| |
| |
| |
| | |
The indexes on device_lists_remote_extremeties can be unique, and they
therefore should, to ensure that the db remains consistent.
|
|
|
|
|
| |
This is needed to efficiently check for unreferenced state groups during
purge.
|
| |
|
|
We were doing max(version) which does not do what we wanted
on a column of type TEXT.
|