From 5081c05988c78b9b7849daaa3282ba6631b14e78 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 2 Mar 2019 17:00:58 +0100 Subject: [PATCH] Add db migration --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index 3f27842..3f4c258 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ +release: python manage.py migrate web: gunicorn friends_map.wsgi \ No newline at end of file