Dropped support for Postgres 10

This commit is contained in:
Andrew Kane
2022-12-23 08:03:03 -08:00
parent 1b5cb17f22
commit b09e14ce14
6 changed files with 5 additions and 34 deletions

View File

@@ -12,7 +12,7 @@
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "10.0.0"
"PostgreSQL": "11.0.0"
}
}
},