summary refs log tree commit diff
path: root/scripts-dev/definitions.py (unfollow)
Commit message (Collapse)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
this saves doing it on each connection, and will allow us to pass extra options in.
2020-01-09