1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

chore: upped postgres version for Heroku. (#1112)

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
This commit is contained in:
pjgrenyer 2021-11-17 21:53:55 +00:00 committed by GitHub
parent becec43c77
commit d991d90a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
{
"plan": "heroku-postgresql",
"options": {
"version": "10"
"version": "13"
}
}
]