From 328a8899637bc79a7c02b8eb881dd60237305c81 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 27 Aug 2016 21:19:57 +0200 Subject: [PATCH] Add migration at Heroku update --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index 3aae73b..20b9c4f 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ web: gunicorn refunds.wsgi --log-file - +release: python manage.py migrate