From e0552599ef34658c64a78f677b2afb584974d2f7 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Fri, 10 Apr 2015 10:34:33 -0800 Subject: [PATCH] updating procfile --- Procfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Procfile b/Procfile index f9d7bdb..8520a07 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,3 @@ web: bactdb serve +migrate: bactdb migrate +migratedrop: bactdb migrate --drop