jam-cloud/resetdb.sh

8 lines
147 B
Bash
Executable File

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