2014-05-07 00:48:31 +00:00
|
|
|
#!/bin/sh -x
|
2014-05-27 14:31:50 +00:00
|
|
|
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"
|
|
|
|
|
|