From e6ea200b19db68a12a0ec539af452ce3dcc88289 Mon Sep 17 00:00:00 2001 From: Scott Comer Date: Tue, 6 May 2014 19:48:31 -0500 Subject: [PATCH] useful command to drop all jam db and recreate jam db. --- resetdb.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 resetdb.sh diff --git a/resetdb.sh b/resetdb.sh new file mode 100755 index 000000000..5a06c1ff0 --- /dev/null +++ b/resetdb.sh @@ -0,0 +1,7 @@ +#!/bin/sh -x +dropdb jam +dropdb jam_db_build +dropdb jam_ruby_test +dropdb jam_web_test +dropdb jam_websocket_test +createdb -Upostgres jam