1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
Files
wrestlingdev.com/bin/rails-dev-db-create.sh

10 lines
197 B
Bash
Executable File

#!/bin/bash
project_dir="$(dirname $( dirname $(readlink -f ${BASH_SOURCE[0]})))"
cd ${project_dir}
rake db:setup
rake db:migrate
rake db:migrate:cache
rake db:migrate:queue
rake db:migrate:cable