houdini/script/db_total_reset.sh

4 lines
157 B
Bash
Executable file

#!/bin/bash
dropdb houdini_development ; dropdb houdini_test ; rake db:drop ; rake db:setup ; rake db:migrate ; script/pg_restore_local_from_production.sh