summary refs log tree commit diff
path: root/synapse/storage/schema/event_edges.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SYN-67: Finish up implementing new database schema managementErik Johnston2015-03-041-89/+0
|
* Update copyright noticesMark Haines2015-01-061-0/+14
|
* Start implementing auth chainsErik Johnston2014-11-071-0/+10
|
* Implement new replace_state and changed prev_stateErik Johnston2014-11-061-12/+28
| | | | | `prev_state` is now a list of previous state ids, similiar to prev_events. `replace_state` now points to what we think was replaced.
* Start filling out and using new events tablesErik Johnston2014-10-291-5/+3
|
* Begin implementing all the PDU storage stuff in Events landErik Johnston2014-10-281-0/+51