jam-cloud/resetdb.sh

8 lines
135 B
Bash
Executable File

#!/bin/sh -x
dropdb jam
dropdb jam_db_build
dropdb jam_ruby_test
dropdb jam_web_test
dropdb jam_websocket_test
createdb -Upostgres jam