diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-01-09 17:46:52 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-01-09 18:11:04 +0000 |
commit | bf468211805900e767b6b07a2bfa6046f70efb7a (patch) | |
tree | d6dacf0d5eeb1218889f5bb8919869a25131fab0 /synapse/storage/engines/postgres.py | |
parent | Check postgres version in check_database (diff) | |
download | synapse-bf468211805900e767b6b07a2bfa6046f70efb7a.tar.xz |
Refuse to start if sqlite is older than 3.11.0
Diffstat (limited to 'synapse/storage/engines/postgres.py')
-rw-r--r-- | synapse/storage/engines/postgres.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/storage/engines/postgres.py b/synapse/storage/engines/postgres.py |