summaryrefslogtreecommitdiff
path: root/db.sh
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-24 18:59:43 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-24 18:59:43 -0400
commitdb073045ff7cf5d8a2fb4a3349ed6a9a6ac019d3 (patch)
tree65bbc576f15561df9afa0e1da41dc2d1ff434a04 /db.sh
parent4f89e129721b3740d09d9984ec6da3d6751608a8 (diff)
the db script
Diffstat (limited to 'db.sh')
-rwxr-xr-xdb.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/db.sh b/db.sh
new file mode 100755
index 0000000..9d86834
--- /dev/null
+++ b/db.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+bundle exec rake db:drop && bundle exec rake db:migrate && bundle exec rake db:seed