From e96a469e89a49da64159d6f93626bc69b3e422d2 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Thu, 2 May 2019 12:01:52 -0700 Subject: [PATCH] Add a release migrate command to the Procfile for Heroku. --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index 905cd940..04a82645 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ +release: python manage.py migrate web: gunicorn babybuddy.wsgi:application --timeout 30 --log-file - \ No newline at end of file