skill-assessment-app/rebuild-dev-db.sh

9 lines
115 B
Bash
Raw Permalink Normal View History

2016-07-27 11:17:50 -05:00
#!/bin/bash
2016-09-23 14:46:04 -05:00
RAILS_ENV=development \
bundle exec rake \
db:drop \
db:setup \
db:migrate \
db:fixtures:load