From 0e353e4c721c64a410efbc5becdc6e16ff0e50bb Mon Sep 17 00:00:00 2001 From: Youssef Touggani Date: Mon, 18 Jan 2021 10:27:11 +0100 Subject: [PATCH] modification config db --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 4da773c..677d59b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: flask db stanp head;flask db update;gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 +web: flask db stamp head;flask db migrate;flask db upgrade;gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 \ No newline at end of file