useful command to drop all jam db and recreate jam db.

This commit is contained in:
Scott Comer 2014-05-06 19:48:31 -05:00
parent a519191394
commit e6ea200b19
1 changed files with 7 additions and 0 deletions

7
resetdb.sh Executable file
View File

@ -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