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

7 lines
123 B
Bash
Executable File

#!/bin/bash
project_dir="$(git rev-parse --show-toplevel)"
cd ${project_dir}
rake db:setup
rake db:migrate RAILS_ENV=test