diff options
author | guntasgrewal <guntasgrewal@gmail.com> | 2014-04-24 18:59:43 -0400 |
---|---|---|
committer | guntasgrewal <guntasgrewal@gmail.com> | 2014-04-24 18:59:43 -0400 |
commit | db073045ff7cf5d8a2fb4a3349ed6a9a6ac019d3 (patch) | |
tree | 65bbc576f15561df9afa0e1da41dc2d1ff434a04 | |
parent | 4f89e129721b3740d09d9984ec6da3d6751608a8 (diff) |
the db script
-rwxr-xr-x | db.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +#!/bin/bash +bundle exec rake db:drop && bundle exec rake db:migrate && bundle exec rake db:seed |