From 0a925d2510b7dbb3bd899cc687e8004d21c53227 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Sun, 10 Jan 2021 15:40:04 +0100 Subject: [PATCH] :wrench: flask db upgrade --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 74d92ae..289cb8a 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 \ No newline at end of file +web: flask db upgrade; gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 \ No newline at end of file