From b9f98565411171db13c89894e5182e0648407f28 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Fri, 26 May 2017 14:47:37 -0500 Subject: [PATCH] build push --- resetdb.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resetdb.sh b/resetdb.sh index 71275da3a..527b2d2d4 100755 --- a/resetdb.sh +++ b/resetdb.sh @@ -6,3 +6,5 @@ dropdb --if-exists jam_web_test dropdb --if-exists jam_websockets_test createdb -Upostgres jam || sudo su postgres -c "createdb jam" + +