Various Heroku related fixes.

This commit is contained in:
James Cole
2017-11-29 19:15:44 +01:00
parent 9ae878724a
commit 79517fc6e0
3 changed files with 10 additions and 2 deletions

View File

@@ -39,7 +39,10 @@
],
"addons": [
{
"plan": "heroku-postgresql"
"plan": "heroku-postgresql",
"options": {
"version": "9.5"
}
}
],
"scripts": {