Fix postgresql version

This commit is contained in:
Chocobozzz
2021-03-25 16:25:14 +01:00
parent 3dd1f61bd6
commit f6160062f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"engines": {
"node": ">=10.x <=15",
"yarn": ">=1.x",
"postgres": ">=9.6",
"postgres": ">=10.x",
"redis-server": ">=2.8.18",
"ffmpeg": ">=4.1"
},