useful command to drop all jam db and recreate jam db.
This commit is contained in:
parent
a519191394
commit
e6ea200b19
|
|
@ -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
|
||||
Loading…
Reference in New Issue