Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix delete_existing for _persist_events (#6300) | Richard van der Hoff | 2019-10-30 | 1 | -4/+1 |
| | | | this is part of _retry_on_integrity_error, so should only be on _persist_events_and_state_updates | ||||
* | Review comments | Erik Johnston | 2019-10-30 | 1 | -3/+10 |
| | |||||
* | Add DataStores and Storage classes. | Erik Johnston | 2019-10-23 | 1 | -3/+4 |
| | |||||
* | Move persist_events out from main data store. | Erik Johnston | 2019-10-23 | 1 | -0/+644 |
This is in preparation for splitting out of state_groups_state from the main store into it own one, as persisting events depends on calculating state. |