jam-cloud/resetdb.sh

9 lines
235 B
Bash
Executable File

#!/bin/sh -x
dropdb --if-exists jam
dropdb --if-exists jam_db_build
dropdb --if-exists jam_ruby_test
dropdb --if-exists jam_web_test
dropdb --if-exists jam_websockets_test
createdb -Upostgres jam || sudo su postgres -c "createdb jam"