summary refs log tree commit diff
path: root/synapse/state (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-09Refuse to start if sqlite is older than 3.11.0Richard van der Hoff3-8/+19
2020-01-09Check postgres version in check_databaseRichard van der Hoff1-13/+12
2020-01-09Modify check_database to take a connection rather than a cursorRichard van der Hoff4-28/+18
2020-01-09