From 4b08ba9b94b5646d2c1718afc49d0b958dbaf53f Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Sat, 12 Oct 2019 10:40:12 -0700 Subject: [PATCH] add db upgrade --- Procfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8001d1a..55f725d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ -web: gunicorn app:app \ No newline at end of file +web: gunicorn app:app +release: python3 manage.py db upgrade \ No newline at end of file