summary refs log tree commit diff
path: root/synapse/storage/schema/delta/v9.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SYN-67: Finish up implementing new database schema managementErik Johnston2015-03-041-79/+0
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Fix upgrade script to run all the missing deltas.Erik Johnston2014-12-161-1/+57
|
* track replication destination health, and perform exponential back-off when ↵Matthew Hodgson2014-12-071-0/+23
sending transactions. does *not* yet retry transactions, but drops them on the floor if waiting for a server to recover.